Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucpen committed Oct 17, 2024
1 parent 7f6f6f4 commit b32bcea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/local/drop_filter_results.nf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ process DROP_FILTER_RESULTS {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
drop_filter_results: \$(drop_filter_results --version )
drop_filter_results: \$(drop_filter_results.py --version )
END_VERSIONS
"""

Expand Down
2 changes: 1 addition & 1 deletion modules/local/drop_sample_annot.nf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ process DROP_SAMPLE_ANNOT {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
drop_sample_annot: \$(drop_sample_annot --version )
drop_sample_annot: \$(drop_sample_annot.py --version )
END_VERSIONS
"""

Expand Down

0 comments on commit b32bcea

Please sign in to comment.