Skip to content

Commit

Permalink
Fix multiple map_file
Browse files Browse the repository at this point in the history
This was failing linting.
  • Loading branch information
Michal Babinski committed Jul 27, 2024
1 parent d55822d commit f60c480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mbin_nmdc.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ workflow nmdc_mags {
gtdbtk_env = gtdbtk_db,
checkm_env = checkm_db,
eukcc2_env = eukcc2_db,
map_file = stage.map_file,
map_file = stage.map_tsv,
mbin_container = container
}
call package {
Expand Down Expand Up @@ -303,7 +303,7 @@ task stage {
File product_names = "products.tsv"
File gene_phylogeny = "gene_phylogeny.tsv"
File lineage_tsv = "lineage.tsv"
File? map_file = map_out
File? map_tsv = map_out
String start = read_string("start.txt")
}
runtime {
Expand Down

0 comments on commit f60c480

Please sign in to comment.