We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef281d commit 3a72bf7Copy full SHA for 3a72bf7
workflow/rules/phylogeny.smk
@@ -366,7 +366,7 @@ rule extract_ml_tree_likelihoods:
366
"../envs/grep.yaml"
367
shell:
368
'grep "ML tree search #" {input.log} | '
369
- "sed -e 's/^.*ML tree search #\([0-9]\+\), logLikelihood: \(-[0-9]\+\.[0-9]\+\)/\1\t\2/' | "
+ r"sed -r -e 's/^.*ML tree search #([0-9]+), logLikelihood: (-[0-9]+.[0-9]+)$/\1\t\2/' | "
370
"sort -n -k 1,1 "
371
">control.GTHKY4+G+FO.max_4_missing.search.raxml.mlTrees.likelihoods.tsv "
372
"2>{log}"
0 commit comments