Skip to content

Commit

Permalink
BUGFIX: Add library CSV to GEX outputs no matter what
Browse files Browse the repository at this point in the history
  • Loading branch information
wflynny committed Oct 12, 2021
1 parent 06fda99 commit 0d39ecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/cellranger_gex.nf
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ process run_cellranger_count {
# do rearrange here
mkdir -p ${record.tool_pubdir}/_files
mv \$lib_csv_file ${record.tool_pubdir}/
mv ${record.output_id}/_* ${record.tool_pubdir}/_files
mv ${record.output_id}/*.tgz ${record.tool_pubdir}/
find ${record.output_id}/SC_RNA_COUNTER_CS/ -type f -name "*_summary_json.json" -exec mv {} ${record.tool_pubdir}/summary.json \\;
Expand Down

0 comments on commit 0d39ecb

Please sign in to comment.