Skip to content

Commit

Permalink
apply reviewers suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucpen committed Oct 10, 2024
1 parent 1de53e5 commit 420b8b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion modules/local/drop_config_runAE.nf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ process DROP_CONFIG_RUN_AE {
touch OUTRIDER_results_all.Rds
touch gene_name_mapping_.tsv
mkdir output
mkdir exported_counts
if [[ !skip_export_counts_drop ]]; then
mkdir exported_counts
fi
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down
4 changes: 3 additions & 1 deletion modules/local/drop_config_runAS.nf
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ process DROP_CONFIG_RUN_AS {
touch FRASER_results_fraser--.tsv
touch gene_name_mapping_.tsv
mkdir output
mkdir exported_counts
if [[ !skip_export_counts_drop ]]; then
mkdir exported_counts
fi
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit 420b8b3

Please sign in to comment.