Mercurial > repos > kkonganti > cfsan_cronology
changeset 10:ddf7a172bf30
"planemo upload"
author | kkonganti |
---|---|
date | Wed, 29 Nov 2023 10:53:42 -0500 |
parents | 5eaaf749472c |
children | a5f31c44f8c9 |
files | cfsan_cronology.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cfsan_cronology.xml Tue Nov 28 15:26:51 2023 -0500 +++ b/cfsan_cronology.xml Wed Nov 29 10:53:42 2023 -0500 @@ -83,12 +83,12 @@ </inputs> <outputs> <data name="multiqc_report" format="html" label="cronology: MultiQC Report on ${on_string}" from_work_dir="multiqc_report.html"/> - <data name="mashtree" format="nwk" label="cronology: Genome distance based tree on ${on_string}" from_work_dir="hitsTree.dnd"/> + <data name="mashtree" format="newick" label="cronology: Genome distance based tree on ${on_string}" from_work_dir="hitsTree.dnd"/> <collection name="itol_metadata" type="list" label="cronology: iTOL Metadata: ${on_string}"> <discover_datasets pattern="(?P<name>.*)\.txt" ext="txt" directory="./cpipes-output/cat_unique" match_relative_path="true" /> </collection> <collection name="gene_models" type="list" label="cronology: Predicted gene models: ${on_string}"> - <discover_datasets pattern="(?P<name>.*)\.gff" ext="gff" directory="./cpipes-output/prokka" recurse="true" match_relative_path="true" /> + <discover_datasets pattern=".*\/(?P<name>.*)\.gff" ext="gff" directory="./cpipes-output/prokka" recurse="true" match_relative_path="true" /> </collection> <collection name="assemblies" type="list" label="cronology: Polished genome assemblies: ${on_string}"> <discover_datasets pattern="(?P<name>.*)\.fa" ext="fa" directory="./cpipes-output/polypolish" match_relative_path="true" />