Skip to content

Commit

Permalink
Update pipes/WDL/tasks/tasks_16S_amplicon.wdl
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Park <[email protected]>
  • Loading branch information
golu099 and dpark01 authored Feb 15, 2023
1 parent 3dff808 commit 73a5d77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipes/WDL/tasks/tasks_16S_amplicon.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ task qiime_import_from_bam {
String docker = "quay.io/broadinstitute/qiime2"
}
parameter_meta {
reads_bam: {description: "Unaligned reads parsed into FASTQ format and then through a .qza format for QIIME requirements."}
reads_bam: {description: "Unaligned reads in BAM format, one sample per BAM file."}
reads_qza: {description: "All unaligned reads in a single QZA (QIIME) file"}
}

command <<<
Expand Down

0 comments on commit 73a5d77

Please sign in to comment.