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

fasta_from_bed.config: remove ${CONDA_ENVS}

parent 1eb1809e
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ profiles {
process{
withName: fasta_from_bed {
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/${CONDA_ENVS}bedtools_2.25.0"
conda = "$baseDir/.conda_envs/bedtools_2.25.0"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
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