diff options
Diffstat (limited to 'workflows/fastq2fasta/fastq2fasta.cwl')
-rw-r--r-- | workflows/fastq2fasta/fastq2fasta.cwl | 2 |
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 |