Skip to content

Commit

Permalink
adding version.yml to pyclone-vi
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-buscaroli committed Jan 14, 2025
1 parent ce58a4a commit 06d77a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/local/pyclonevi/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,10 @@ process PYCLONEVI {
python3 $moduleDir/pyclone_ctree.py --joint ${prefix}_pyclone_input.tsv --best_fit ${prefix}_best_fit.txt --ctree_input ${prefix}_cluster_table.csv
"""

stub:
"""
echo "${task.process}:" > versions.yml
echo ' pyclone: 0.1.3' >> versions.yml
"""
}

0 comments on commit 06d77a6

Please sign in to comment.