Mercurial > repos > iuc > cat_prepare
comparison cat_prepare.xml @ 0:95f0873faec1 draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cat commit 863ad85836c80811d1d6b82eaf3ce903b273368a"
| author | iuc |
|---|---|
| date | Tue, 10 Dec 2019 21:03:35 +0000 |
| parents | |
| children | 2bef922190de |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:95f0873faec1 |
|---|---|
| 1 <tool id="cat_prepare" name="CAT prepare" version="@VERSION@.0"> | |
| 2 <description>a database for CAT - Contig Annotation Tool</description> | |
| 3 <macros> | |
| 4 <import>macros.xml</import> | |
| 5 </macros> | |
| 6 <expand macro="requirements" /> | |
| 7 <expand macro="version_command" /> | |
| 8 <command detect_errors="exit_code"><![CDATA[ | |
| 9 #import os.path | |
| 10 #set $catdb = $cat_db.files_path | |
| 11 mkdir -p $catdb && | |
| 12 echo CAT_DB `date '+%Y-%m-%d'` "@DATABASE_FOLDER@" "@TAXONOMY_FOLDER@" > $cat_db && | |
| 13 CAT prepare --fresh | |
| 14 --database_folder '$os.path.join($catdb,"@DATABASE_FOLDER@")' | |
| 15 --taxonomy_folder '$os.path.join($catdb,"@TAXONOMY_FOLDER@")' | |
| 16 ]]></command> | |
| 17 <inputs> | |
| 18 </inputs> | |
| 19 <outputs> | |
| 20 <data name="cat_db" format="txt" /> | |
| 21 </outputs> | |
| 22 <help><![CDATA[ | |
| 23 **CAT prepare** | |
| 24 | |
| 25 Prepare CAT reference data for classifying metagomic contigs or genome assemblies. | |
| 26 | |
| 27 **NOTE:** This requires over a 100GB of RAM, 250GB of disk space, and up to 24 hours. | |
| 28 | |
| 29 @COMMON_HELP@ | |
| 30 ]]></help> | |
| 31 <expand macro="citations" /> | |
| 32 </tool> |
