Skip to content

Commit 19dab54

Browse files
committed
comment out *all* parameter_meta for now
1 parent ec03092 commit 19dab54

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

pipes/WDL/workflows/tasks/tasks_demux.wdl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ task illumina_demux {
4949
Boolean? forceGC=true
5050

5151

52-
parameter_meta {
53-
flowcell_tgz : "stream" # for DNAnexus, until WDL implements the File| type
54-
}
52+
# parameter_meta {
53+
# flowcell_tgz : "stream" # for DNAnexus, until WDL implements the File| type
54+
# }
5555
5656
command {
5757
set -ex -o pipefail

pipes/WDL/workflows/tasks/tasks_metagenomics.wdl

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ task krona {
7979

8080
String input_basename = basename(classified_reads_txt_gz, ".txt.gz")
8181

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+
# }
8585
8686
command {
8787
set -ex -o pipefail
@@ -122,9 +122,9 @@ task filter_bam_to_taxa {
122122

123123
String input_basename = basename(classified_bam, ".bam")
124124

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+
# }
128128
129129
command {
130130
set -ex -o pipefail
@@ -179,11 +179,11 @@ task kaiju {
179179
180180
String input_basename = basename(reads_unmapped_bam, ".bam")
181181

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+
# }
187187
188188
command {
189189
set -ex -o pipefail

0 commit comments

Comments
 (0)