Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Lenner <52530259+fellen31@users.noreply.github.com>
  • Loading branch information
Lucpen and fellen31 authored Oct 17, 2024
1 parent 953342c commit 7146903
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/local/drop_put_together_exported_couts.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
process DROP_PUT_TOGETHER_EXPORTED_COUNTS {
tag "DROP_put_together_exported_couts"
tag "DROP_put_together_exported_counts"
label 'process_low'

// Exit if running this module with -profile conda / -profile mamba
Expand Down Expand Up @@ -39,15 +39,15 @@ process DROP_PUT_TOGETHER_EXPORTED_COUNTS {
mv exported_counts/sample_annotation.tsv .
$baseDir/bin/drop_sample_annot_exported_counts.py \\
drop_sample_annot_exported_counts.py \\
--sample_annot "sample_annotation.tsv" \\
--ae_run $ae_run \\
--as_run $as_run \\
--gtf $gtf_no_extension
cat <<-END_VERSIONS > versions.yml
"${task.process}":
drop_sample_annotation_exported_counts: \$(\$baseDir/bin/drop_sample_annotation_exported_counts.py --version )
drop_sample_annotation_exported_counts: \$(drop_sample_annotation_exported_counts.py --version)
END_VERSIONS
"""
Expand All @@ -58,7 +58,7 @@ process DROP_PUT_TOGETHER_EXPORTED_COUNTS {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
drop_sample_annotation_exported_counts: \$(\$baseDir/bin/drop_sample_annotation_exported_counts.py --version )
drop_sample_annotation_exported_counts: \$(drop_sample_annotation_exported_counts.py --version)
END_VERSIONS
"""
}

0 comments on commit 7146903

Please sign in to comment.