Skip to content

Commit

Permalink
Merge pull request #66 from HumanCellAtlas/ss2-rename-outputs
Browse files Browse the repository at this point in the history
Rename SS2 outputs to have unique names.
  • Loading branch information
ambrosejcarr authored Jan 5, 2018
2 parents 55feb62 + 96da3d8 commit 52ed46b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smartseq2_single_sample/ss2_single_sample.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ workflow SmartSeq2SingleCell {
hisat2_ref = hisat2_ref_index,
hisat2_ref_name = hisat2_ref_name,
sample_name = sample_name,
output_prefix = output_name
output_prefix = output_name + "_qc"

}

Expand All @@ -50,7 +50,7 @@ workflow SmartSeq2SingleCell {
hisat2_ref_trans = hisat2_ref_trans_index,
hisat2_ref_trans_name = hisat2_ref_trans_name,
rsem_genome = rsem_ref_index,
output_prefix = output_name,
output_prefix = output_name + "_rsem",
sample_name = sample_name
}

Expand Down

0 comments on commit 52ed46b

Please sign in to comment.