Skip to content
Snippets Groups Projects
Unverified Commit 9ec1ade8 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

nf_modules: bowtie fixe conda path

parent b43a5a48
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ profiles {
process{
withName: mapping_fastq {
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/bowtie/1.2.2:samtools_1.7"
conda = "$baseDir/.conda_envs/bowtie/1.2.2"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
......@@ -23,7 +23,7 @@ profiles {
process{
withName: mapping_fastq {
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/bowtie/1.2.2:samtools_1.7"
conda = "$baseDir/.conda_envs/bowtie/1.2.2"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment