aboutsummaryrefslogtreecommitdiff
path: root/workflows/fastq2fasta/fastq2fasta.cwl
diff options
context:
space:
mode:
authorPeter Amstutz2020-06-22 18:23:40 +0000
committerPeter Amstutz2020-06-22 18:25:45 +0000
commit76883d02e6073f990ea980dad1f8cf21121255ff (patch)
tree0fe93dadf69cb5c0c09ff9b98fe18e5baacdd6c4 /workflows/fastq2fasta/fastq2fasta.cwl
parentfcf300d0df032f569f21b3ef75a78bb163f55da0 (diff)
downloadbh20-seq-resource-76883d02e6073f990ea980dad1f8cf21121255ff.tar.gz
bh20-seq-resource-76883d02e6073f990ea980dad1f8cf21121255ff.tar.lz
bh20-seq-resource-76883d02e6073f990ea980dad1f8cf21121255ff.zip
Adjust QC filter and relabel output sequence with sample_id
Diffstat (limited to 'workflows/fastq2fasta/fastq2fasta.cwl')
-rw-r--r--workflows/fastq2fasta/fastq2fasta.cwl2
1 files changed, 2 insertions, 0 deletions
diff --git a/workflows/fastq2fasta/fastq2fasta.cwl b/workflows/fastq2fasta/fastq2fasta.cwl
index 0cf5c48..d529d99 100644
--- a/workflows/fastq2fasta/fastq2fasta.cwl
+++ b/workflows/fastq2fasta/fastq2fasta.cwl
@@ -22,6 +22,7 @@ inputs:
type: int
default: 4
metadata: File?
+ sample_id: string
outputs:
out_fasta:
@@ -57,5 +58,6 @@ steps:
bam: samtools-sort/sorted_bam
fasta: ref_fasta
threads: threads
+ sample_id: sample_id
out: [out_fasta]
run: bam2fasta.cwl