Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add taxon names to refined_taxon_count_out file #295

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions workflows/index-generation/index_generation.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ workflow index_generation {
File nt_info_db = GenerateNTDB.nt_info_db
File nr_loc_db = GenerateNRDB.nr_loc_db
Directory diamond_index = GenerateIndexDiamond.diamond_index
File tax_id_to_names_csv = GenerateIndexLineages.tax_id_to_names_csv
File taxid_lineages_db = GenerateIndexLineages.taxid_lineages_db
File versioned_taxid_lineages_csv = GenerateIndexLineages.versioned_taxid_lineages_csv
File deuterostome_taxids = GenerateIndexLineages.deuterostome_taxids
Expand Down Expand Up @@ -327,6 +328,7 @@ task GenerateIndexLineages {

output {
File taxid_lineages_db = "taxid-lineages.marisa"
File tax_id_to_names_csv = "names.csv.gz"
File versioned_taxid_lineages_csv = "versioned-taxid-lineages.csv.gz"
File deuterostome_taxids = "deuterostome_taxids.txt"
File taxon_ignore_list = "taxon_ignore_list.txt"
Expand Down
Loading