# HG changeset patch # User iuc # Date 1717498576 0 # Node ID f5114c60dc951fe710d5a1c26f960209ad5adb0d # Parent 45d4d26e01b5b432a54869556ecae8aefda8f880 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orfipy commit 02b217857afbabac1f86b825a902a5cc20fcf5ed diff -r 45d4d26e01b5 -r f5114c60dc95 macros.xml --- a/macros.xml Thu Sep 22 14:03:42 2022 +0000 +++ b/macros.xml Tue Jun 04 10:56:16 2024 +0000 @@ -1,6 +1,6 @@ 0.0.4 - 1 + 2 orfipy diff -r 45d4d26e01b5 -r f5114c60dc95 orfipy.xml --- a/orfipy.xml Thu Sep 22 14:03:42 2022 +0000 +++ b/orfipy.xml Tue Jun 04 10:56:16 2024 +0000 @@ -11,19 +11,21 @@ orfipy --procs "\${GALAXY_SLOTS:-1}" --outdir ./ -#for $o in str($out_files).split(','): - #if $o == 'BED': - --bed '$out_bed' - #else if $o == 'BED12': - --bed12 '$out_bed12' - #else if $o == 'DNA': - --dna '$out_dna' - #else if $o == 'RNA': - --rna '$out_rna' - #else if $o == 'PEP': - --pep '$out_pep' - #end if -#end for +#if 'BED' in $out_files or $longest: + --bed '$out_bed' +#end if +#if 'BED12' in $out_files: + --bed12 '$out_bed12' +#end if +#if 'DNA' in $out_files: + --dna '$out_dna' +#end if +#if 'RNA' in $out_files: + --rna '$out_rna' +#end if +#if 'PEP' in $out_files: + --pep '$out_pep' +#end if --strand $strand #if $min: --min $min @@ -43,11 +45,12 @@ $partial_5 $between_stops $include_stop +$longest '$input1' ]]> - + @@ -72,15 +75,14 @@ - + - + @@ -97,20 +99,16 @@ help="A commma separated list without spaces. Only ATCG and comma are allowed"> ^[ATGCatcg,]*$ - - - - - + + + + + + - "BED" in out_files + "BED" in out_files or longest "BED12" in out_files @@ -151,52 +149,27 @@ + + + + + + + + + + + + + + _out - --bed12 BED12 bed12 out file Default: None - --bed BED bed out file Default: None - --dna DNA fasta (DNA) out file Default: None - --rna RNA fasta (RNA) out file Default: None - --pep PEP fasta (peptide) out file Default: None - --min MIN Minimum length of ORF, excluding stop codon - (nucleotide) Default: 30 - --max MAX Maximum length of ORF, excluding stop codon - (nucleotide) Default: 1,000,000,000 - --strand {f,r,b} Strands to find ORFs [(f)orward,(r)everse,(b)oth] - Default: b - --ignore-case Ignore case and find ORFs in lower case sequences too. - Useful for soft-masked sequences. Default: False - --partial-3 Output ORFs with a start codon but lacking an inframe - stop codon. E.g. "ATG TTT AAA" Default: False - --partial-5 Output ORFs with an inframe stop codon lacking an - inframe start codon. E.g. "TTT AAA TAG" Default: False - --between-stops Output ORFs defined as regions between stop codons - (regions free of stop codon). This will set - --partial-3 and --partial-5 true. Default: False - --include-stop Include stop codon in the results, if a stop codon - exists. This output format is compatible with - TransDecoder's which includes stop codon coordinates - Default: False + ]]> 10.1093/bioinformatics/btab090