Skip to content

Commit

Permalink
fix: external tools are in PATH, don't use absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Apr 29, 2024
1 parent d623c9f commit 43cd16a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions resources/NCLscan.config.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ lncRNA_transcripts = WORKDIR/ref/ref.dummy.fa


## External tools
## these are set to "module load" on BIOWULF

bedtools_bin = /opt2/conda/bin/bedtools
blat_bin = /opt2/conda/bin/blat
bwa_bin = /opt2/conda/bin/bwa
samtools_bin = /opt2/conda/bin/samtools
novoalign_bin = /opt2/conda/bin/novoalign
novoindex_bin = /opt2/conda/bin/novoindex
## these are all in the $PATH in the docker container

bedtools_bin = bedtools
blat_bin = blat
bwa_bin = bwa
samtools_bin = samtools
novoalign_bin = novoalign
novoindex_bin = novoindex


## Bin
Expand Down

0 comments on commit 43cd16a

Please sign in to comment.