Skip to content

Commit

Permalink
Update functional-annotation.wdl
Browse files Browse the repository at this point in the history
Update name of scaffold_lineage file to *scaffold_lineage.tsv
  • Loading branch information
aclum authored Jul 11, 2023
1 parent c498912 commit 694d221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functional-annotation.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ task ko_ec {
${project_id}_ko.tsv ${project_id}_ec.tsv \
${project_id}_gene_phylogeny.tsv ${project_id}_ko_ec.gff \
${project_id}_proteins.img_nr.last.blasttab && \
python /opt/omics/bin/functional_annotation/create_scaffold_lineage.py ${project_id}_gene_phylogeny.tsv ${project_id}_lineage_sdb.tsv
python /opt/omics/bin/functional_annotation/create_scaffold_lineage.py ${project_id}_gene_phylogeny.tsv ${project_id}_scaffold_lineage.tsv

#get version information
lastal_version="`${lastal} -V`"
Expand All @@ -249,7 +249,7 @@ task ko_ec {
File ec_tsv = "${project_id}_ec.tsv"
File phylo_tsv = "${project_id}_gene_phylogeny.tsv"
File gff = "${project_id}_ko_ec.gff"
File lineage_tsv = "${project_id}_lineage_sdb.tsv"
File lineage_tsv = "${project_id}_scaffold_lineage.tsv"
String lastal_ver = read_string(lastal_version_file)
String img_nr_db_ver = read_string(img_nr_db_version_file)
}
Expand Down

0 comments on commit 694d221

Please sign in to comment.