Skip to content

Commit

Permalink
also create fake files in new stub
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Mar 18, 2024
1 parent 8023539 commit 4fc08d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nf-core/cellranger/count/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ process CELLRANGER_COUNT {
mkdir -p "${prefix}/outs/filtered_feature_bc_matrix"
mkdir -p "${prefix}/outs/raw_feature_bc_matrix"
echo "$prefix" > ${prefix}/outs/fake_file.txt
echo "$prefix" > ${prefix}/outs/filtered_feature_bc_matrix/fake_file.txt
echo "$prefix" > ${prefix}/outs/raw_feature_bc_matrix/fake_file.txt
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit 4fc08d2

Please sign in to comment.