Skip to content

Commit

Permalink
remove commented out sections
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlibuit committed Mar 18, 2021
1 parent f304a89 commit dd0a50f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions workflows/wf_sarscov2_nextstrain_modified.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ workflow sarscov2_nextstrain {
Array[File]+ sample_metadata_tsvs

String build_name
# File builds_yaml

Array[String]? ancestral_traits_to_infer

Expand Down Expand Up @@ -94,14 +93,6 @@ workflow sarscov2_nextstrain {
}
#### subsample sequences with nextstrain yaml file
# call nextstrain.nextstrain_build_subsample as subsample {
# input:
# alignment_msa_fasta = mafft.aligned_sequences,
# sample_metadata_tsv = derived_cols.derived_metadata,
# build_name = build_name,
# builds_yaml = builds_yaml
# }
call nextstrain.fasta_to_ids {
input:
sequences_fasta = mafft.aligned_sequences
Expand Down Expand Up @@ -186,8 +177,7 @@ workflow sarscov2_nextstrain {
File metadata_merged = derived_cols.derived_metadata
File keep_list = fasta_to_ids.ids_txt
File mafft_alignment = mafft.aligned_sequences
# Int sequences_kept = subsample.sequences_out
# Map[String, Int] counts_by_group = subsample.counts_by_group
File ml_tree = draft_augur_tree.aligned_tree
File time_tree = refine_augur_tree.tree_refined
Expand Down

0 comments on commit dd0a50f

Please sign in to comment.