@@ -3,11 +3,11 @@ task krakenuniq {
3
3
File krakenuniq_db_tar_lz4 # krakenuniq/{database.kdb,taxonomy}
4
4
File krona_taxonomy_db_tgz # taxonomy/taxonomy.tab
5
5
6
- parameter_meta {
7
- krakenuniq_db_tar_lz4 : "stream" # for DNAnexus, until WDL implements the File| type
8
- krona_taxonomy_db_tgz : "stream" # for DNAnexus, until WDL implements the File| type
9
- reads_unmapped_bam : "stream" # for DNAnexus, until WDL implements the File| type
10
- }
6
+ # parameter_meta {
7
+ # krakenuniq_db_tar_lz4: "stream" # for DNAnexus, until WDL implements the File| type
8
+ # krona_taxonomy_db_tgz : "stream" # for DNAnexus, until WDL implements the File| type
9
+ # reads_unmapped_bam: "stream" # for DNAnexus, until WDL implements the File| type
10
+ # }
11
11
12
12
command {
13
13
set -ex -o pipefail
@@ -79,9 +79,9 @@ task krona {
79
79
80
80
String input_basename = basename (classified_reads_txt_gz , ".txt.gz" )
81
81
82
- parameter_meta {
83
- krona_taxonomy_db_tgz : "stream" # for DNAnexus, until WDL implements the File| type
84
- }
82
+ # parameter_meta {
83
+ # krona_taxonomy_db_tgz : "stream" # for DNAnexus, until WDL implements the File| type
84
+ # }
85
85
86
86
command {
87
87
set -ex -o pipefail
@@ -122,9 +122,9 @@ task filter_bam_to_taxa {
122
122
123
123
String input_basename = basename (classified_bam , ".bam" )
124
124
125
- parameter_meta {
126
- ncbi_taxonomy_db_tgz : "stream" # for DNAnexus, until WDL implements the File| type
127
- }
125
+ # parameter_meta {
126
+ # ncbi_taxonomy_db_tgz : "stream" # for DNAnexus, until WDL implements the File| type
127
+ # }
128
128
129
129
command {
130
130
set -ex -o pipefail
@@ -179,11 +179,11 @@ task kaiju {
179
179
180
180
String input_basename = basename (reads_unmapped_bam , ".bam" )
181
181
182
- parameter_meta {
183
- kaiju_db_lz4 : "stream" # for DNAnexus, until WDL implements the File| type
184
- ncbi_taxonomy_db_tgz : "stream"
185
- krona_taxonomy_db_tgz : "stream"
186
- }
182
+ # parameter_meta {
183
+ # kaiju_db_lz4 : "stream" # for DNAnexus, until WDL implements the File| type
184
+ # ncbi_taxonomy_db_tgz : "stream"
185
+ # krona_taxonomy_db_tgz : "stream"
186
+ # }
187
187
188
188
command {
189
189
set -ex -o pipefail
0 commit comments