#653 closed enhancement (fixed)
Use explicit paths to all important program used in pipeline
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.16.1 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
Eg. Tophat and bowtie. It is already possible to set a path in the reggie-ogs-hosts.xml file for most of the programs, but tophat also uses bowtie and will look it up in the PATH, which may or may not be the same as in our configuration.
The default configuration file should include complete paths to tophat and bowtie. The generate script for alignment should extend the PATH with the path to bowtie.
Change History (4)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 10 years ago
comment:4 by , 10 years ago
Note:
See TracTickets
for help on using tickets.
(In [2762]) References #653: Use explicit paths to all important program used in pipeline
Added full paths to bowtie and tophat in the configuration file.