Skip to content

Commit 0ae73b1

Browse files
author
Emrah Akkoyun
committed
conda added
1 parent 11370e0 commit 0ae73b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workflow/rules/ml_tree.smk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ rule ml_tree:
55
bestTree = "{workdir}/results/{query_fasta}/3_mltree/{query_fasta}.raxml.bestTree",
66
params:
77
raxml_out_name = "{query_fasta}",
8+
conda:
9+
"../envs/raxml-ng.yml"
810
benchmark:
911
"{workdir}/workflow/logs/benchmarks/{query_fasta}_ml_tree.out"
1012
cache: True

workflow/scripts/raxml-ng.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ raxml_seed=$4
77
output_tree=$5
88
tree_num=$6
99

10-
module load raxml-ng-0.9.0
11-
1210
# recommended # threads
1311
thread_num=`raxml-ng --parse --msa $trimmed_msa --model $raxml_model --nofile|grep "Recommended number of threads"|awk -F: {'print $2'}| xargs`
1412
echo "Recommended number of thread: $thread_num"

0 commit comments

Comments
 (0)