Mercurial > repos > iuc > snpeff
diff snpEff_create_db.xml @ 31:b7029a54f73e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 4cc10cfe702828a91ecf8bb58d3f84a36b0578f7
| author | iuc |
|---|---|
| date | Mon, 21 Oct 2024 13:55:59 +0000 |
| parents | 0c8a8cd9dd5b |
| children | ebe9fd7e5bd1 |
line wrap: on
line diff
--- a/snpEff_create_db.xml Sat Sep 28 16:27:42 2024 +0000 +++ b/snpEff_create_db.xml Mon Oct 21 13:55:59 2024 +0000 @@ -1,11 +1,11 @@ -<tool id="snpEff_build_gb" name="SnpEff build:" version="@WRAPPER_VERSION@.galaxy6" profile="22.01"> +<tool id="snpEff_build_gb" name="SnpEff build:" version="@SNPEFF_VERSION@+galaxy@WRAPPER_VERSION@" profile="23.0"> <description> database from Genbank or GFF record</description> <macros> <import>snpEff_macros.xml</import> </macros> <requirements> <expand macro="requirement" /> - <requirement type="package" version="1.79">biopython</requirement> + <requirement type="package" version="1.84">biopython</requirement> </requirements> <expand macro="stdio" /> <expand macro="version_command" /> @@ -36,7 +36,7 @@ ln -s '${input_type.input}' 'snpeff_output/${genome_version}/genes.${input_type.input_type_selector}' && #end if - snpEff @JAVA_OPTIONS@ build -v + snpEff @JAVA_OPTIONS@ build -noCheckCds -noCheckProtein -v -configOption '${genome_version}'.genome='${genome_version}' -configOption '${genome_version}'.codonTable='${codon_table}' #if str($input_type.input_type_selector) == "gb": @@ -186,7 +186,7 @@ <help><