Skip to content

Commit

Permalink
renamed barcodes for when count_exons is ised
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiernan committed Mar 15, 2024
1 parent e2c6d86 commit c3563bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/skylab/StarAlign.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,8 @@ task MergeStarOutput {
#Using cp because mv isn't moving
pwd
cp /cromwell_root/~{input_id}.uniform.mtx ./matrix/matrix.mtx
cp ~{barcodes_single} ./matrix
cp ~{features_single} ./matrix
cp ~{barcodes_single} ./matrix/barcodes.tsv
cp ~{features_single} ./matrix/features.tsv


# Running star for combined cell matrix
Expand Down

0 comments on commit c3563bc

Please sign in to comment.