diff options
Diffstat (limited to 'workflows/fastq2fasta/bam2fasta.cwl')
-rw-r--r-- | workflows/fastq2fasta/bam2fasta.cwl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/workflows/fastq2fasta/bam2fasta.cwl b/workflows/fastq2fasta/bam2fasta.cwl index efe580f..dd4020b 100644 --- a/workflows/fastq2fasta/bam2fasta.cwl +++ b/workflows/fastq2fasta/bam2fasta.cwl @@ -15,6 +15,7 @@ inputs: threads: type: int default: 4 + sample_id: string outputs: out_fasta: @@ -61,5 +62,6 @@ steps: in: ref_fasta: fasta vcf: bcftools_index_after_qc/indexed + sample_id: sample_id out: [out_fasta] run: bcftools-consensus.cwl |