# HG changeset patch # User iuc # Date 1486575742 18000 # Node ID d49956b87f7e2ef45762ea125b3ebba25d033085 # Parent 511429456d3c4547150aca45e1754eae9f186e31 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1 diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_antigenic.xml --- a/emboss_5/emboss_antigenic.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,58 +0,0 @@ - - Predicts potentially antigenic regions of a protein sequence, using the method of Kolaskar and Tongaonkar. - emboss - antigenic -sequence $input1 -outfile $out_file1 -minlen $minlen -rformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/antigenic.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_backtranseq.xml --- a/emboss_5/emboss_backtranseq.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,228 +0,0 @@ - - Back translate a protein sequence - emboss - backtranseq -sequence $input1 -outfile $out_file1 -cfile $cfile -osformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/backtranseq.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_banana.pl --- a/emboss_5/emboss_banana.pl Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -#! /usr/bin/perl -w -use strict; - -my $cmd_string = join (" ",@ARGV); -#my $cmd_string = "/home/djb396/temp/emboss/bin/banana -sequence /home/djb396/universe-prototype/test.fasta -outfile result.txt -graph png -goutfile results -auto"; -my $results = `$cmd_string`; -my @files = split("\n",$results); -foreach my $thisLine (@files) -{ - if ($thisLine =~ /Created /i) - { - $thisLine =~ /[\w|\.]+$/; - $thisLine =$&; - print "outfile: $thisLine\n"; - } -} diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_banana.xml --- a/emboss_5/emboss_banana.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ - - Bending and curvature plot in B-DNA - emboss - banana -sequence $input1 -outfile $out_file1 -graph none -auto - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/banana.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_biosed.xml --- a/emboss_5/emboss_biosed.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ - - Replace or delete sequence sections - emboss - biosed -sequence $input1 -outseq $out_file1 -target "$target" -replace "$replace" -osformat2 "$out_format1" -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/biosed.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_btwisted.xml --- a/emboss_5/emboss_btwisted.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ - - Calculates the twisting in a B-DNA sequence - emboss - btwisted -sequence $input1 -outfile $out_file1 -auto - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/btwisted.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_cai.xml --- a/emboss_5/emboss_cai.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,193 +0,0 @@ - - CAI codon adaptation index - emboss - cai -seqall $input1 -outfile $out_file1 -cfile $cfile -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/cai.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_cai_custom.xml --- a/emboss_5/emboss_cai_custom.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ - - CAI codon adaptation index using custom codon usage file - emboss - cai -seqall $input1 -outfile $out_file1 -cfile $input2 -auto - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/cai_custom.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_chaos.xml --- a/emboss_5/emboss_chaos.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ - - Create a chaos game representation plot for a sequence - emboss - emboss_single_outputfile_wrapper.pl chaos -sequence $input1 -graph png -goutfile $out_file1 -auto - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/chaos.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_charge.xml --- a/emboss_5/emboss_charge.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,43 +0,0 @@ - - Protein charge plot - emboss - charge -seqall $input1 -outfile $out_file1 -window $window -auto - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/charge.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_checktrans.xml --- a/emboss_5/emboss_checktrans.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,95 +0,0 @@ - - Reports STOP codons and ORF statistics of a protein - emboss - checktrans -sequence $input1 -outfile $out_file1 -outseq $out_file2 -osformat3 $out_format2 -outfeat $out_file3 -offormat4 $out_format3 -orfml $orfml -addlast $addlast -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/checktrans.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_chips.xml --- a/emboss_5/emboss_chips.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ - - Codon usage statistics - emboss - chips -seqall $input1 -outfile $out_file1 -sum $sum -auto - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/chips.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_cirdna.xml --- a/emboss_5/emboss_cirdna.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ - - Draws circular maps of DNA constructs - emboss - emboss_single_outputfile_wrapper.pl cirdna -infile $input1 -graphout png -goutfile $out_file1 -auto - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/cirdna.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_codcmp.xml --- a/emboss_5/emboss_codcmp.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,338 +0,0 @@ - - Codon usage table comparison - emboss - codcmp -first $cfile1 -second $cfile2 -outfile $out_file1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/codcmp.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_coderet.xml --- a/emboss_5/emboss_coderet.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ - - Extract CDS, mRNA and translations from feature tables - emboss - - coderet -seqall $input1 -outfile $out_file1 -auto - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/coderet.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_compseq.xml --- a/emboss_5/emboss_compseq.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,50 +0,0 @@ - - Count composition of dimer/trimer/etc words in a sequence - emboss - compseq -sequence $input1 -outfile $out_file1 -word $word -frame $frame -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/compseq.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_cpgplot.xml --- a/emboss_5/emboss_cpgplot.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,41 +0,0 @@ - - Plot CpG rich areas - emboss - emboss_cpgplot_wrapper.pl cpgplot -sequence $input1 -window $window -minlen $minlen -minpc $minpc -outfile $outfile -graph png -goutfile $goutfile -outfeat $outfeat -minoe $minoe -auto - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/cpgplot.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_cpgplot_wrapper.pl --- a/emboss_5/emboss_cpgplot_wrapper.pl Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -#! /usr/bin/perl -w -use strict; -use File::Copy; - -my $cmd_string = join (" ",@ARGV); -my $results = `$cmd_string`; -my @files = split("\n",$results); -my $fileNameOut = $ARGV[14]; -move($fileNameOut.".1.png",$fileNameOut); diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_cpgreport.xml --- a/emboss_5/emboss_cpgreport.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,57 +0,0 @@ - - Reports all CpG rich regions - emboss - cpgreport -sequence $input1 -outfile $out_file1 -outfeat $out_file2 -offormat3 $out_format2 -score $score -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/cpgreport.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_cusp.xml --- a/emboss_5/emboss_cusp.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ - - Create a codon usage table - emboss - cusp -sequence $input1 -outfile $out_file1 -auto - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/cusp.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_cutseq.xml --- a/emboss_5/emboss_cutseq.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,80 +0,0 @@ - - Removes a specified section from a sequence - emboss - cutseq -sequence $input1 -outseq $out_file1 -from $from -to $to -osformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/cutseq.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_dan.xml --- a/emboss_5/emboss_dan.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,92 +0,0 @@ - - Calculates DNA RNA/DNA melting temperature - emboss - emboss_single_outputfile_wrapper.pl dan -sequence $input1 -windowsize $window -goutfile $out_file1 -graph png -plot $plot1 -shiftincrement $shift -dnaconc $dnaconc - -saltconc $saltconc -product $product -formamide $formamide -mismatch $mismatch -prodlen $prodlen -thermo $thermo -temperature $temperature -rna $rna -outfile $out_file1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/dan.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_degapseq.xml --- a/emboss_5/emboss_degapseq.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,66 +0,0 @@ - - Removes gap characters from sequences - emboss - degapseq -sequence $input1 -outseq $out_file1 -osformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/degapseq.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_descseq.xml --- a/emboss_5/emboss_descseq.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,80 +0,0 @@ - - Alter the name or description of a sequence - emboss - descseq -sequence $input1 -outseq $out_file1 -name "$seqname" -description "$desc" -append $append -osformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/descseq.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_diffseq.xml --- a/emboss_5/emboss_diffseq.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,72 +0,0 @@ - - Find differences between nearly identical sequences - emboss - diffseq -asequence $input1 -bsequence $input2 -outfile $out_file1 -aoutfeat $out_file2 -boutfeat $out_file3 -wordsize $wordsize -globaldifferences $globaldifferences -rformat3 - $out_format1 -offormat4 $out_format2 -offormat5 $out_format3 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/diffseq.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_digest.xml --- a/emboss_5/emboss_digest.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,73 +0,0 @@ - - Protein proteolytic enzyme or reagent cleavage digest - emboss - digest -seqall $input1 -outfile $out_file1 -menu $menu -unfavoured $unfavoured -overlap $overlap -allpartials $allpartials -rformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/digest.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_dotmatcher.xml --- a/emboss_5/emboss_dotmatcher.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,37 +0,0 @@ - - Displays a thresholded dotplot of two sequences - emboss - emboss_single_outputfile_wrapper.pl dotmatcher -asequence $input1 -bsequence $input2 -goutfile $out_file1 -windowsize $windowsize -threshold $threshold -graph png -xygraph png - -auto - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/dotmatcher.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_dotpath.xml --- a/emboss_5/emboss_dotpath.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,44 +0,0 @@ - - Non-overlapping wordmatch dotplot of two sequences - emboss - emboss_single_outputfile_wrapper.pl dotpath -asequence $input1 -bsequence $input2 -goutfile $out_file1 -wordsize $wordsize -overlaps $overlaps -boxit $boxit -graph png - -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/dotpath.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_dottup.xml --- a/emboss_5/emboss_dottup.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ - - Displays a wordmatch dotplot of two sequences - emboss - emboss_single_outputfile_wrapper.pl dottup -asequence $input1 -bsequence $input2 -goutfile $out_file1 -wordsize $wordsize -boxit $boxit -graph png -xygraph png -auto - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/dottup.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_dreg.xml --- a/emboss_5/emboss_dreg.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ - - Regular expression search of a nucleotide sequence - emboss - dreg -sequence $input1 -outfile $out_file1 -pattern "$pattern" -raccshow3 "no" -rusashow3 "no" -rdesshow3 "no" -auto - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/dreg.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_einverted.xml --- a/emboss_5/emboss_einverted.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,58 +0,0 @@ - - Finds DNA inverted repeats - emboss - einverted -sequence $input1 -outfile $out_file1 -gap $gap -threshold $threshold -match $match -mismatch $mismatch -maxrepeat $maxrepeat -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/einverted.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_epestfind.xml --- a/emboss_5/emboss_epestfind.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,73 +0,0 @@ - - Finds PEST motifs as potential proteolytic cleavage sites - emboss - emboss_single_outputfile_wrapper.pl epestfind -sequence $input1 -goutfile $ofile2 -outfile $ofile1 -window $window -order $order -potential $potential -poor $poor - -invalid $invalid -map $map -graph png -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/epestfind.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_equicktandem.xml --- a/emboss_5/emboss_equicktandem.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,68 +0,0 @@ - - Finds tandem repeats - emboss - equicktandem -sequence $input1 -outfile $out_file1 -origfile $ofile2 -maxrepeat $maxrepeat -threshold $threshold -rformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/equicktandem.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_est2genome.xml --- a/emboss_5/emboss_est2genome.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,111 +0,0 @@ - - Align EST and genomic DNA sequences - emboss - est2genome -estsequence $input1 -genomesequence $input2 -outfile $out_file1 -match $match -mismatch $mismatch -gappenalty $gappenalty -intronpenalty $intronpenalty -splicepenalty - $splicepenalty -minscore $minscore -reverse $reverse -splice $splice -mode $mode -best $best -shuffle $shuffle -seed $seed -align $align -width $width -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/est2genome.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_etandem.xml --- a/emboss_5/emboss_etandem.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,86 +0,0 @@ - - Looks for tandem repeats in a nucleotide sequence - emboss - etandem -sequence $input1 -outfile $out_file1 -origfile $ofile2 -minrepeat $minrepeat -maxrepeat $maxrepeat -threshold $threshold -mismatch $mismatch -uniform $uniform -rformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/etandem.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_extractfeat.xml --- a/emboss_5/emboss_extractfeat.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,104 +0,0 @@ - - - Extract features from a sequence - emboss - extractfeat -sequence $input1 -outseq $out_file1 -before $before -after $after -source "$source" -type "$type" -sense $sense -minscore $minscore -maxscore $maxscore -tag "$tag" -value - "$value" -join $join -featinname $featinname -describe "$describe" -osformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/extractfeat.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_extractseq.xml --- a/emboss_5/emboss_extractseq.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,76 +0,0 @@ - - Extract regions from a sequence - emboss - extractseq -sequence $input1 -outseq $out_file1 -regions $regions -separate $separate -osformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/extractseq.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_format_corrector.py --- a/emboss_5/emboss_format_corrector.py Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,50 +0,0 @@ -#EMBOSS format corrector - -import operator - -#Properly set file formats before job run -def exec_before_job( app, inp_data=None, out_data=None, tool=None, param_dict=None ): - #why isn't items an ordered list? - items = out_data.items() - #lets sort it ourselves.... - items = sorted(items, key=operator.itemgetter(0)) - #items is now sorted... - - #normal filetype correction - data_count=1 - for name, data in items: - outputType = param_dict.get( 'out_format'+str(data_count), None ) - #print "data_count",data_count, "name", name, "outputType", outputType - if outputType !=None: - if outputType == 'ncbi': - outputType = "fasta" - elif outputType == 'excel': - outputType = "tabular" - elif outputType == 'text': - outputType = "txt" - data = app.datatypes_registry.change_datatype(data, outputType) - app.model.context.add( data ) - app.model.context.flush() - data_count+=1 - - #html filetype correction - data_count=1 - for name, data in items: - wants_plot = param_dict.get( 'html_out'+str(data_count), None ) - ext = "html" - if wants_plot == "yes": - data = app.datatypes_registry.change_datatype(data, ext) - app.model.context.add( data ) - app.model.context.flush() - data_count+=1 - - #png file correction - data_count=1 - for name, data in items: - wants_plot = param_dict.get( 'plot'+str(data_count), None ) - ext = "png" - if wants_plot == "yes": - data = app.datatypes_registry.change_datatype(data, ext) - app.model.context.add( data ) - app.model.context.flush() - data_count+=1 diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_freak.xml --- a/emboss_5/emboss_freak.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,44 +0,0 @@ - - Residue/base frequency table or plot - emboss - freak -seqall $input1 -outfile $out_file1 -window $window -letters $letters -graph png -step $step -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/freak.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_fuzznuc.xml --- a/emboss_5/emboss_fuzznuc.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,83 +0,0 @@ - - Nucleic acid pattern search - emboss - fuzznuc -sequence $input1 -outfile $out_file1 -pattern '$pattern' -pmismatch $mismatch -complement $complement -rformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/fuzznuc.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_fuzzpro.xml --- a/emboss_5/emboss_fuzzpro.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,60 +0,0 @@ - - Protein pattern search - emboss - fuzzpro -sequence $input1 -outfile $out_file1 -pattern "$pattern" -pmismatch $mismatch -rformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/fuzzpro.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_fuzztran.xml --- a/emboss_5/emboss_fuzztran.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,103 +0,0 @@ - - Protein pattern search after translation - emboss - fuzztran -sequence $input1 -outfile $out_file1 -pattern "$pattern" -pmismatch $mismatch -frame $frame -table $table -rformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/fuzztran.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_garnier.xml --- a/emboss_5/emboss_garnier.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,66 +0,0 @@ - - Predicts protein secondary structure - emboss - garnier -sequence $input1 -outfile $out_file1 -idc $idc -rformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/4.0/emboss/apps/garnier.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_geecee.xml --- a/emboss_5/emboss_geecee.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ - - Calculates fractional GC content of nucleic acid sequences - emboss - geecee -sequence $input1 -outfile $out_file1 -auto - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/geecee.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_getorf.xml --- a/emboss_5/emboss_getorf.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,137 +0,0 @@ - - Finds and extracts open reading frames (ORFs) - emboss - getorf -sequence $input1 -outseq $out_file1 -table $table -minsize $minsize -maxsize $maxsize -find $find -methionine $methionine -circular $circular -reverse $reverse -flanking $flanking - -osformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/getorf.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_helixturnhelix.xml --- a/emboss_5/emboss_helixturnhelix.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,71 +0,0 @@ - - Report nucleic acid binding motifs - emboss - helixturnhelix -sequence $input1 -outfile $out_file1 -mean $mean -sd $sd -minsd $minsd -eightyseven $eightyseven -rformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/helixturnhelix.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_hmoment.xml --- a/emboss_5/emboss_hmoment.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,40 +0,0 @@ - - Hydrophobic moment calculation - emboss - hmoment -seqall $input1 -outfile $out_file1 -window $window -aangle $aangle -graph png -auto - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/hmoment.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_iep.xml --- a/emboss_5/emboss_iep.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,46 +0,0 @@ - - Calculates the isoelectric point of a protein - emboss - iep -sequence $input1 -outfile $out_file1 -step $step -amino $amino -graph png -termini $termini -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/iep.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_infoseq.xml --- a/emboss_5/emboss_infoseq.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,84 +0,0 @@ - - - Displays some simple information about sequences - emboss - infoseq -sequence $input1 -outfile $out_file1 -html $html_out1 -heading $heading -usa $usa -name $disname -accession $accession -gi $gi -version $version -type $type -length $length -pgc - $pgc -description $description -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/infoseq.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_infoseq_wrapper.pl --- a/emboss_5/emboss_infoseq_wrapper.pl Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -#! /usr/bin/perl -w -use strict; - -my $cmd_string = join (" ",@ARGV); -my $results = `$cmd_string`; -if ($ARGV[6]=~/yes/) -{ - print "Extension: html\n"; -} diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_isochore.xml --- a/emboss_5/emboss_isochore.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,90 +0,0 @@ - - Plots isochores in large DNA sequences - emboss - emboss_single_outputfile_wrapper.pl isochore -sequence $input1 -outfile $ofile2 -goutfile $ofile1 -graph png -window $window -shift $shift -auto - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - -**Syntax** - -This application plots GC content over a sequence. It is intended for large sequences such as complete chromosomes or large genomic contigs, although interesting results can also be obtained from shorter sequences. You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/isochore.html - -- Both **Window size** and **Shift increment** are intergers. - ------ - -**Example** - -- Input sequences:: - - >hg18_dna range=chrX:151073054-151073376 5'pad=0 3'pad=0 revComp=FALSE strand=? repeatMasking=none - TTTATGTCTATAATCCTTACCAAAAGTTACCTTGGAATAAGAAGAAGTCA - GTAAAAAGAAGGCTGTTGTTCCGTGAAATACTGTCTTTATGCCTCAGATT - TGGAGTGCTCAGAGCCTCTGCAGCAAAGATTTGGCATGTGTCCTAGGCCT - GCTCAGAGCAGCAAATCCCACCCTCTTGGAGAATGAGACTCATAGAGGGA - CAGCTCCCTCCTCAGAGGCTTCTCTAATGGGACTCCAAAGAGCAAACACT - CAGCCCCATGAGGACTGGCCAGGCCAAGTGGTGTGTGGGAACAGGGAGCA - GCGGTTTCCAAGAGGATACAGTA - -- Output data file:: - - Position Percent G+C 1 .. 323 - 80 0.422 - 112 0.460 - 144 0.509 - 176 0.534 - 208 0.553 - 240 0.553 - -- Output graphics file: - -.. image:: ./static/emboss_icons/isochore.png - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_lindna.xml --- a/emboss_5/emboss_lindna.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,107 +0,0 @@ - - - Draws linear maps of DNA constructs - emboss - lindna -infile $input1 -graphout png -goutfile $out_file1 -ruler $ruler -blocktype $blocktype -maxgroups $maxgroups -maxlabels $maxlabels -intersymbol $intersymbol -intercolour $intercolour - -interticks $interticks -gapsize $gapsize -ticklines $ticklines -textheight $textheight -textlength $textlength -margin $margin -tickheight $tickheight -blockheight $blockheight -rangeheight - $rangeheight -gapgroup $gapgroup -postext $postext -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/lindna.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_marscan.xml --- a/emboss_5/emboss_marscan.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,53 +0,0 @@ - - Finds MAR/SAR sites in nucleic sequences - emboss - marscan -sequence $input1 -outfile $out_file1 -rformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/marscan.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_maskfeat.xml --- a/emboss_5/emboss_maskfeat.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,80 +0,0 @@ - - Mask off features of a sequence - emboss - maskfeat -sequence $input1 -outseq $out_file1 -type "$type" -tolower $tolower -maskchar "$maskchar" -osformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/maskfeat.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_maskseq.xml --- a/emboss_5/emboss_maskseq.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,80 +0,0 @@ - - Mask off regions of a sequence - emboss - maskseq -sequence $input1 -outseq $out_file1 -regions "$regions" -tolower $tolower -maskchar "$maskchar" -osformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/maskseq.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_matcher.xml --- a/emboss_5/emboss_matcher.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,65 +0,0 @@ - - Finds the best local alignments between two sequences - emboss - matcher -asequence $input1 -bsequence $input2 -outfile $out_file1 -alternatives $alternatives -gapopen $gapopen -gapextend $gapextend -aformat3 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/matcher.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_megamerger.xml --- a/emboss_5/emboss_megamerger.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,71 +0,0 @@ - - Merge two large overlapping nucleic acid sequences - emboss - megamerger -asequence $input1 -bsequence $input2 -outseq $out_file1 -outfile $out_file2 -wordsize $wordsize -prefer $prefer -osformat3 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/megamerger.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_merger.xml --- a/emboss_5/emboss_merger.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,84 +0,0 @@ - - Merge two overlapping nucleic acid sequences - emboss - merger -asequence $input1 -bsequence $input2 -outseq $out_file1 -outfile $out_file2 -gapopen $gapopen -gapextend $gapextend -osformat4 $out_format1 -aformat3 $out_format2 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/merger.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_msbar.xml --- a/emboss_5/emboss_msbar.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,125 +0,0 @@ - - Mutate sequence beyond all recognition - emboss - msbar -sequence $input1 -outseq $out_file1 -count $count -point $point -block $block -codon $codon -inframe $inframe -minimum $minimum -maximum $maximum -osformat2 $out_format1 - -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/msbar.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_multiple_outputfile_wrapper.pl --- a/emboss_5/emboss_multiple_outputfile_wrapper.pl Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -#! /usr/bin/perl -w -use strict; - -my $cmd_string = join (" ",@ARGV); -my $results = `$cmd_string`; -my @files = split("\n",$results); -foreach my $thisLine (@files) -{ - if ($thisLine =~ /Created /) - { - $thisLine =~ /[\w|\.]+$/; - $thisLine =$&; - print "outfile: $thisLine\n"; - } - else - { - print $thisLine,"\n"; - } -} diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_needle.xml --- a/emboss_5/emboss_needle.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,134 +0,0 @@ - - Needleman-Wunsch global alignment - emboss - needle -asequence $input1 -bsequence $input2 -outfile $out_file1 -gapopen $gapopen -gapextend $gapextend -brief $brief -aformat3 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -needle reads any two sequences of the same type (DNA or protein). - ------ - -**Syntax** - -This tool uses the Needleman-Wunsch global alignment algorithm to find the optimum alignment (including gaps) of two sequences when considering their entire length. - -- **Optimal alignment:** Dynamic programming methods ensure the optimal global alignment by exploring all possible alignments and choosing the best. - -- **The Needleman-Wunsch algorithm** is a member of the class of algorithms that can calculate the best score and alignment in the order of mn steps, (where 'n' and 'm' are the lengths of the two sequences). - -- **Gap open penalty:** [10.0 for any sequence] The gap open penalty is the score taken away when a gap is created. The best value depends on the choice of comparison matrix. The default value assumes you are using the EBLOSUM62 matrix for protein sequences, and the EDNAFULL matrix for nucleotide sequences. (Floating point number from 1.0 to 100.0) - -- **Gap extension penalty:** [0.5 for any sequence] The gap extension, penalty is added to the standard gap penalty for each base or residue in the gap. This is how long gaps are penalized. Usually you will expect a few long gaps rather than many short gaps, so the gap extension penalty should be lower than the gap penalty. An exception is where one or both sequences are single reads with possible sequencing errors in which case you would expect many single base gaps. You can get this result by setting the gap open penalty to zero (or very low) and using the gap extension penalty to control gap scoring. (Floating point number from 0.0 to 10.0) - -You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/needle.html - ------ - -**Example** - -- Input File:: - - >hg18_dna range=chrX:151073054-151073136 5'pad=0 3'pad=0 revComp=FALSE strand=? repeatMasking=none - TTTATGTCTATAATCCTTACCAAAAGTTACCTTGGAATAAGAAGAAGTCA - GTAAAAAGAAGGCTGTTGTTCCGTGAAATACTG - -- If both Sequence1 and Sequence2 take the above file as input, Gap open penalty equals 10.0, Gap extension penalty equals 0.5, Brief identity and similarity is set to Yes, Output Alignment File Format is set to SRS pairs, the output file is:: - - ######################################## - # Program: needle - # Rundate: Mon Apr 02 2007 14:23:16 - # Align_format: srspair - # Report_file: ./database/files/dataset_7.dat - ######################################## - - #======================================= - # - # Aligned_sequences: 2 - # 1: hg18_dna - # 2: hg18_dna - # Matrix: EDNAFULL - # Gap_penalty: 10.0 - # Extend_penalty: 0.5 - # - # Length: 83 - # Identity: 83/83 (100.0%) - # Similarity: 83/83 (100.0%) - # Gaps: 0/83 ( 0.0%) - # Score: 415.0 - # - #======================================= - - hg18_dna 1 TTTATGTCTATAATCCTTACCAAAAGTTACCTTGGAATAAGAAGAAGTCA 50 - |||||||||||||||||||||||||||||||||||||||||||||||||| - hg18_dna 1 TTTATGTCTATAATCCTTACCAAAAGTTACCTTGGAATAAGAAGAAGTCA 50 - - hg18_dna 51 GTAAAAAGAAGGCTGTTGTTCCGTGAAATACTG 83 - ||||||||||||||||||||||||||||||||| - hg18_dna 51 GTAAAAAGAAGGCTGTTGTTCCGTGAAATACTG 83 - - #--------------------------------------- - #--------------------------------------- - - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_newcpgreport.xml --- a/emboss_5/emboss_newcpgreport.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,52 +0,0 @@ - - Report CpG rich areas - emboss - newcpgreport -sequence $input1 -window $window -shift $shift -minlen $minlen -minpc $minpc -outfile $out_file1 -minoe $minoe -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/newcpgreport.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_newcpgseek.xml --- a/emboss_5/emboss_newcpgseek.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,43 +0,0 @@ - - Reports CpG rich region - emboss - newcpgseek -sequence $input1 -outfile $out_file1 -score $score -auto - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/newcpgseek.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_newseq.xml --- a/emboss_5/emboss_newseq.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,80 +0,0 @@ - - Type in a short new sequence - emboss - newseq -outseq $out_file1 -name "$seqname" -description "$description" -type $type -sequence "$sequence" -osformat5 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/newseq.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_noreturn.xml --- a/emboss_5/emboss_noreturn.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,39 +0,0 @@ - - Removes carriage return from ASCII files - emboss - noreturn -infile $input1 -outfile $out_file1 -system $system -auto - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/noreturn.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_notseq.xml --- a/emboss_5/emboss_notseq.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,77 +0,0 @@ - - Exclude a set of sequences and write out the remaining ones - emboss - notseq -sequence $input1 -outseq $out_file1 -exclude "$exclude" -osformat3 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/notseq.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_nthseq.xml --- a/emboss_5/emboss_nthseq.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,77 +0,0 @@ - - Writes one sequence from a multiple set of sequences - emboss - nthseq -sequence $input1 -outseq $out_file1 -number $number -osformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/nthseq.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_octanol.xml --- a/emboss_5/emboss_octanol.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,46 +0,0 @@ - - - Displays protein hydropathy - emboss - emboss_single_outputfile_wrapper.pl octanol -sequence $input1 -graph png -goutfile $out_file1 -width $width -octanolplot $octanolplot -interfaceplot $interfaceplot - -differenceplot $differenceplot -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/octanol.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_oddcomp.xml --- a/emboss_5/emboss_oddcomp.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ - - - Find protein sequence regions with a biased composition - emboss - oddcomp -sequence $input1 -infile $input2 -outfile $out_file1 -window $window -ignorebz $ignorebz -auto - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/oddcomp.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_palindrome.xml --- a/emboss_5/emboss_palindrome.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,61 +0,0 @@ - - Looks for inverted repeats in a nucleotide sequence - emboss - palindrome -sequence $input1 -outfile $out_file1 -minpallen $minpallen -maxpallen $maxpallen -gaplimit $gaplimit -nummismatches $nummismatches -overlap $overlap -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/palindrome.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_pasteseq.xml --- a/emboss_5/emboss_pasteseq.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ - - Insert one sequence into another - emboss - pasteseq -asequence $input2 -bsequence $input1 -outseq $out_file1 -pos $pos -osformat3 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input datasets need to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/pasteseq.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_patmatdb.xml --- a/emboss_5/emboss_patmatdb.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,57 +0,0 @@ - - Search a protein sequence with a motif - emboss - patmatdb -sequence $input1 -outfile $out_file1 -motif "$motif" -rformat3 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/patmatdb.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_pepcoil.xml --- a/emboss_5/emboss_pepcoil.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,54 +0,0 @@ - - Predicts coiled coil regions - emboss - pepcoil -sequence $input1 -outfile $out_file1 -window $window -coil $coil -frame $frame -other $other -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/pepcoil.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_pepinfo.xml --- a/emboss_5/emboss_pepinfo.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,36 +0,0 @@ - - - Plots simple amino acid properties in parallel - emboss - emboss_single_outputfile_wrapper.pl pepinfo -sequence $input1 -outfile $out_file1 -goutfile $out_file2 -graph png -hwindow $hwindow $plot_type -auto - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/pepinfo.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_pepnet.xml --- a/emboss_5/emboss_pepnet.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,41 +0,0 @@ - - - Displays proteins as a helical net - emboss - pepnet -sequence $input1 -graph png -goutfile $out_file1 -squares $squares -diamonds $diamonds -octags $octags -amphipathic $amphipathic -auto - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/pepnet.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_pepstats.xml --- a/emboss_5/emboss_pepstats.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ - - Protein statistics - emboss - pepstats -sequence $input1 -outfile $out_file1 -termini $termini -auto - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/pepstats.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_pepwheel.xml --- a/emboss_5/emboss_pepwheel.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,53 +0,0 @@ - - - Shows protein sequences as helices - emboss - emboss_single_outputfile_wrapper.pl pepwheel -sequence $input1 -graph png -goutfile $out_file1 -squares $squares -diamonds $diamonds -octags $octags -amphipathic - $amphipathic -steps $steps -turns $turns -wheel $wheel -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/pepwheel.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_pepwindow.xml --- a/emboss_5/emboss_pepwindow.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ - - - Displays protein hydropathy - emboss - emboss_single_outputfile_wrapper.pl pepwindow -sequence $input1 -graph png -goutfile $out_file1 -length $length -auto - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/pepwindow.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_pepwindowall.xml --- a/emboss_5/emboss_pepwindowall.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ - - - Displays protein hydropathy of a set of sequences - emboss - emboss_single_outputfile_wrapper.pl pepwindowall -sequence $input1 -graph png -goutfile $out_file1 -length $length -auto - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/pepwindowall.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_plotcon.xml --- a/emboss_5/emboss_plotcon.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ - - - Plot quality of conservation of a sequence alignment - emboss - emboss_single_outputfile_wrapper.pl plotcon -sequences $input1 -graph png -goutfile $out_file1 -winsize $winsize -auto - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/plotcon.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_plotorf.xml --- a/emboss_5/emboss_plotorf.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ - - - Plot potential open reading frames - emboss - emboss_single_outputfile_wrapper.pl plotorf -sequence $input1 -graph png -goutfile $out_file1 -start $start -stop $stop -auto - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/plotorf.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_polydot.xml --- a/emboss_5/emboss_polydot.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,56 +0,0 @@ - - - Displays all-against-all dotplots of a set of sequences - emboss - emboss_single_outputfile_wrapper.pl polydot -sequence $input1 -graph png -goutfile $output2 -outfeat $output1 -wordsize $wordsize -boxit $boxit -dumpfeat yes -gap - $gap -auto - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/polydot.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_preg.xml --- a/emboss_5/emboss_preg.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ - - Regular expression search of a protein sequence - emboss - preg -sequence $input1 -outfile $out_file1 -pattern "$pattern" -auto - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/preg.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_prettyplot.xml --- a/emboss_5/emboss_prettyplot.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,121 +0,0 @@ - - - Displays aligned sequences, with colouring and boxing - emboss - prettyplot -sequences $input1 -graph png -goutfile $out_file1 -residuesperline $residuesperline -resbreak $resbreak -ccolours $ccolours -cidentity $cidentity -csimilarity $csimilarity - -cother $cother -docolour $docolour -gtitle $title -pair $pair -identity $identity -box $box -boxcol $boxcol -boxcolval $boxcolval -name $name -maxnamelen $maxnamelen -number $number -listoptions - $listoptions -consensus $consensus -collision $collision -alternative $alternative -showscore $showscore -portrait $portrait -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/prettyplot.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_prettyseq.xml --- a/emboss_5/emboss_prettyseq.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,61 +0,0 @@ - - Output sequence with translated ranges - emboss - prettyseq -sequence $input1 -outfile $out_file1 -ruler $ruler -plabel $plabel -nlabel $nlabel -width $width -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/prettyseq.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_primersearch.xml --- a/emboss_5/emboss_primersearch.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,41 +0,0 @@ - - Searches DNA sequences for matches with primer pairs - emboss - primersearch -seqall $input1 -infile $input2 -outfile $out_file1 -mismatchpercent $mismatchpercent -auto - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/primersearch.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_revseq.xml --- a/emboss_5/emboss_revseq.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,85 +0,0 @@ - - Reverse and complement a sequence - emboss - revseq -sequence $input1 -outseq $out_file1 -reverse $reverse -complement $complement -osformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/revseq.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_seqmatchall.xml --- a/emboss_5/emboss_seqmatchall.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,62 +0,0 @@ - - All-against-all comparison of a set of sequences - emboss - seqmatchall -sequence $input1 -outfile $out_file1 -wordsize $wordsize -aformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - . - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/seqmatchall.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_seqret.xml --- a/emboss_5/emboss_seqret.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,78 +0,0 @@ - - Reads and writes sequences - emboss - seqret -sequence $input1 -outseq $out_file1 -feature $feature -firstonly $firstonly -osformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/seqret.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_showfeat.xml --- a/emboss_5/emboss_showfeat.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,131 +0,0 @@ - - - Show features of a sequence - emboss - showfeat -sequence $input1 -outfile $out_file1 -matchsource "$matchsource" -matchtype "$matchtype" -matchtag "$matchtag" -matchvalue "$matchvalue" -sort $sort -annotation "$annotation" -id - $id -description "$description" -scale "$scale" -width "$width" -collapse $collapse -forward $forward -reverse $reverse -unknown $unknown -strand $strand -source $source -position $position -type - $type -tags $tags -values $values -stricttags $stricttags -html $html_out1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/showfeat.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_shuffleseq.xml --- a/emboss_5/emboss_shuffleseq.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,70 +0,0 @@ - - - Shuffles a set of sequences maintaining composition - emboss - shuffleseq -sequence $input1 -outseq $out_file1 -shuffle "$shuffle" -osformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/shuffleseq.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_sigcleave.xml --- a/emboss_5/emboss_sigcleave.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,63 +0,0 @@ - - Reports protein signal cleavage sites - emboss - sigcleave -sequence $input1 -outfile $out_file1 -minweight "$minweight" -prokaryote $prokaryote -rformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/sigcleave.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_single_outputfile_wrapper.pl --- a/emboss_5/emboss_single_outputfile_wrapper.pl Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -#! /usr/bin/perl -w -use strict; -use File::Copy; - -my $cmd_string = join (" ",@ARGV); -my $results = `$cmd_string`; -my @files = split("\n",$results); -my $fileNameOut = $ARGV[6]; -my ($drive, $outputDir, $file) = File::Spec->splitpath( $fileNameOut ); -my $destination = $fileNameOut; - -foreach my $thisLine (@files) -{ - if ($thisLine =~ /Created /) - { - $thisLine =~ /[\w|\.]+$/; - $thisLine =$&; - #print "outfile: $thisLine\n"; - #there is only one file to move, so we can quit after finding it - move($drive.$outputDir.$thisLine,$fileNameOut); - exit(1); - } - else - { - print $thisLine,"\n"; - } -} diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_sirna.xml --- a/emboss_5/emboss_sirna.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,126 +0,0 @@ - - Finds siRNA duplexes in mRNA - emboss - sirna -sequence $input1 -outfile $ofile1 -outseq $ofile2 -poliii $poliii -aa $aa -tt $tt -polybase $polybase -context $context -rformat2 $out_format1 -osformat3 $out_format2 - -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/sirna.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_sixpack.xml --- a/emboss_5/emboss_sixpack.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,170 +0,0 @@ - - - Display a DNA sequence with 6-frame translation and ORFs - emboss - sixpack -sequence $input1 -outfile $ofile1 -outseq $ofile2 -table $table -firstorf $firstorf -lastorf $lastorf -mstart $mstart -reverse $reverse -orfminsize $orfminsize -uppercase - "$uppercase" -number $number -width "$width" -length "$length" -margin "$margin" -name $disp_name -description $description -offset "$offset" -html $html_out1 -osformat $out_format2 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/sixpack.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_skipseq.xml --- a/emboss_5/emboss_skipseq.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,67 +0,0 @@ - - Reads and writes sequences, skipping first few - emboss - skipseq -sequence $input1 -outseq $out_file1 -skip "$skip" -feature $feature -osformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/skipseq.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_splitter.xml --- a/emboss_5/emboss_splitter.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,87 +0,0 @@ - - Split a sequence into (overlapping) smaller sequences - emboss - splitter -sequence $input1 -outseq $out_file1 -size "$size" -overlap "$overlap" -addoverlap $addoverlap -osformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/splitter.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_supermatcher.xml --- a/emboss_5/emboss_supermatcher.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,72 +0,0 @@ - - - Match large sequences against one or more other sequences - emboss - supermatcher -asequence $input1 -bsequence $input2 -gapopen "$gapopen" -gapextend "$gapextend" -width "$width" -wordlen "$wordlen" -outfile $ofile1 -errorfile $ofile2 -aformat3 - $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/supermatcher.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_syco.xml --- a/emboss_5/emboss_syco.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,205 +0,0 @@ - - - Synonymous codon usage Gribskov statistic plot - emboss - emboss_single_outputfile_wrapper.pl syco -sequence $input1 -graph png -goutfile $ofile1 -outfile $ofile2 -cfile $cfile -window "$window" -uncommon $uncommon -minimum "$minimum" - -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/syco.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_tcode.xml --- a/emboss_5/emboss_tcode.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,52 +0,0 @@ - - Fickett TESTCODE statistic to identify protein-coding DNA - emboss - tcode -sequence $input1 -outfile $out_file1 -window "$window" -step "$step" -rformat $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/tcode.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_textsearch.xml --- a/emboss_5/emboss_textsearch.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,66 +0,0 @@ - - Search sequence documentation. Slow, use SRS and Entrez! - emboss - textsearch -sequence $input1 -outfile $out_file1 -pattern "$pattern" -casesensitive -heading $heading -usa $usa -accession $accession -name $search_name -description $description -html - $html_out1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/textsearch.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_tmap.xml --- a/emboss_5/emboss_tmap.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,47 +0,0 @@ - - Displays membrane spanning regions - emboss - emboss_single_outputfile_wrapper.pl tmap -sequences $input1 -outfile $out_file1 -goutfile $out_file2 -graph png -rformat $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/tmap.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_tranalign.xml --- a/emboss_5/emboss_tranalign.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,92 +0,0 @@ - - Align nucleic coding regions given the aligned proteins - emboss - tranalign -asequence $input1 -bsequence $input2 -outseq $out_file1 -table $table -osformat3 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/tranalign.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_transeq.xml --- a/emboss_5/emboss_transeq.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,130 +0,0 @@ - - Translate nucleic acid sequences - emboss - transeq -sequence $input1 -outseq $out_file1 -frame $frame -table $table -regions "$regions" -trim $trim -clean $clean -alternative $alternative -osformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/transeq.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_trimest.xml --- a/emboss_5/emboss_trimest.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,100 +0,0 @@ - - Trim poly-A tails off EST sequences - emboss - trimest -sequence $input1 -outseq $out_file1 -minlength "$minlength" -mismatches "$mismatches" -reverse $reverse -tolower $tolower -fiveprime $fiveprime -osformat2 $out_format1 - -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/trimest.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_trimseq.xml --- a/emboss_5/emboss_trimseq.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,105 +0,0 @@ - - Trim ambiguous bits off the ends of sequences - emboss - trimseq -sequence $input1 -outseq $out_file1 -window "$window" -percent "$percent" -strict $strict -star $star -left $left -right $right -osformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/trimseq.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_twofeat.xml --- a/emboss_5/emboss_twofeat.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,138 +0,0 @@ - - Finds neighbouring pairs of features in sequences - emboss - twofeat -sequence $input1 -outfile $out_file1 -atype "$atype" -btype "$btype" -minrange "$minrange" -maxrange "$maxrange" -asource "$asource" -asense $asense -aminscore "$aminscore" - -amaxscore "$amaxscore" -atag "$atag" -avalue "$avalue" -bsource "$bsource" -bsense "$bsense" -bminscore "$bminscore" -bmaxscore "$bmaxscore" -btag "$btag" -bvalue "$bvalue" -overlap $overlap - -rangetype $rangetype -sense $sense -order $order -twoout $twoout -typeout "$typeout" -rformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/twofeat.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - \ No newline at end of file diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_union.xml --- a/emboss_5/emboss_union.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,73 +0,0 @@ - - Reads sequence fragments and builds one sequence - emboss - union -sequence $input1 -outseq $out_file1 -osformat2 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/union.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_vectorstrip.xml --- a/emboss_5/emboss_vectorstrip.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,90 +0,0 @@ - - Strips out DNA between a pair of vector sequences - emboss - vectorstrip -sequence $input1 -vectorsfile $input2 -outseq $ofile1 -outfile $ofile2 -vectorfile yes -mismatch "$mismatch" -besthits $besthits -linkera "$linkera" -linkerb - "$linkerb" -osformat4 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/vectorstrip.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_water.xml --- a/emboss_5/emboss_water.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,74 +0,0 @@ - - Smith-Waterman local alignment - emboss - water -asequence $input1 -bsequence $input2 -outfile $out_file1 -gapopen "$gapopen" -gapextend "$gapextend" -brief $brief -aformat3 $out_format1 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input datasets need to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/water.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_wobble.xml --- a/emboss_5/emboss_wobble.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ - - Wobble base plot - emboss - emboss_single_outputfile_wrapper.pl wobble -sequence $input1 -graph png -goutfile $ofile1 -outfile $ofile2 -window "$window" -bases "$bases" -auto - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/wobble.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_wordcount.xml --- a/emboss_5/emboss_wordcount.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,43 +0,0 @@ - - Counts words of a specified size in a DNA sequence - emboss - wordcount -sequence $input1 -outfile $out_file1 -wordsize "$wordsize" -auto - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input dataset needs to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/wordcount.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_5/emboss_wordmatch.xml --- a/emboss_5/emboss_wordmatch.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,82 +0,0 @@ - - Finds all exact matches of a given size between 2 sequences - emboss - wordmatch -asequence $input1 -bsequence $input2 -outfile $out_file1 -aoutfeat $out_file2 -boutfeat $out_file3 -wordsize "$wordsize" -aformat3 $out_format1 -offormat4 $out_format2 - -offormat5 $out_format3 -auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: warningmark - -The input datasets need to be sequences. - ------ - - You can view the original documentation here_. - - .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/wordmatch.html - ------- - -**Citation** - -For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ - -If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ - - diff -r 511429456d3c -r d49956b87f7e emboss_antigenic.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_antigenic.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,48 @@ + + Predicts potentially antigenic regions of a protein sequence, using the method of Kolaskar and Tongaonkar. + + macros.xml + + + + antigenic -sequence '$input1' -outfile '$out_file1' -minlen $minlen -rformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/antigenic.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_backtranseq.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_backtranseq.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,219 @@ + + Back translate a protein sequence + + macros.xml + + + + backtranseq -sequence '$input1' -outfile '$out_file1' -cfile $cfile -osformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/backtranseq.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_banana.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_banana.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,26 @@ + + Bending and curvature plot in B-DNA + + macros.xml + + + banana -sequence '$input1' -outfile '$out_file1' -graph none -auto + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/banana.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_biosed.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_biosed.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,69 @@ + + Replace or delete sequence sections + + macros.xml + + + + biosed -sequence '$input1' -outseq '$out_file1' -target '$target' -replace '$replace' -osformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/biosed.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_btwisted.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_btwisted.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,26 @@ + + Calculates the twisting in a B-DNA sequence + + macros.xml + + + btwisted -sequence '$input1' -outfile '$out_file1' -auto + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/btwisted.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_cai.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_cai.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,186 @@ + + CAI codon adaptation index + + macros.xml + + + cai -seqall '$input1' -outfile '$out_file1' -cfile $cfile -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/cai.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_cai_custom.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_cai_custom.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,27 @@ + + CAI codon adaptation index using custom codon usage file + + macros.xml + + + cai -seqall '$input1' -outfile '$out_file1' -cfile '$input2' -auto + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/cai.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_chaos.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_chaos.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,25 @@ + + Create a chaos game representation plot for a sequence + + macros.xml + + + perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' chaos -sequence '$input1' -graph png -goutfile '$out_file1' -auto + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/chaos.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_charge.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_charge.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,34 @@ + + Protein charge plot + + macros.xml + + + charge -seqall '$input1' -outfile '$out_file1' -window $window -auto + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/charge.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_checktrans.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_checktrans.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,82 @@ + + Reports STOP codons and ORF statistics of a protein + + macros.xml + + + + checktrans -sequence '$input1' -outfile '$out_file1' -outseq '$out_file2' -osformat3 $out_format2 -outfeat '$out_file3' -offormat4 $out_format3 -orfml $orfml -addlast $addlast -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/checktrans.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_chips.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_chips.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,31 @@ + + Codon usage statistics + + macros.xml + + + chips -seqall '$input1' -outfile '$out_file1' -sum $sum -auto + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/chips.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_cirdna.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_cirdna.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,25 @@ + + Draws circular maps of DNA constructs + + macros.xml + + + perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' cirdna -infile '$input1' -graphout png -goutfile '$out_file1' -auto + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/cirdna.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_codcmp.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_codcmp.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,332 @@ + + Codon usage table comparison + + macros.xml + + + codcmp -first $cfile1 -second $cfile2 -outfile '$out_file1' -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/codcmp.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_coderet.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_coderet.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,70 @@ + + Extract CDS, mRNA and translations from feature tables + + macros.xml + + + + + coderet -seqall '$input1' -outfile '$out_file1' -auto + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/coderet.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_compseq.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_compseq.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,41 @@ + + Count composition of dimer/trimer/etc words in a sequence + + macros.xml + + + compseq -sequence '$input1' -outfile '$out_file1' -word $word -frame $frame -auto + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/compseq.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_cpgplot.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_cpgplot.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,27 @@ + + Plot CpG rich areas + + macros.xml + + + + perl '$__tool_directory__/emboss_cpgplot_wrapper.pl' cpgplot -sequence '$input1' -window $window -minlen $minlen -minpc $minpc -outfile '$outfile' -graph png -goutfile '$goutfile' -outfeat '$outfeat' -minoe $minoe -auto + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/cpgplot.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_cpgplot_wrapper.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_cpgplot_wrapper.pl Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,9 @@ +#! /usr/bin/perl -w +use strict; +use File::Copy; + +my $cmd_string = join (" ",@ARGV); +my $results = `$cmd_string`; +my @files = split("\n",$results); +my $fileNameOut = $ARGV[14]; +move($fileNameOut.".1.png",$fileNameOut); diff -r 511429456d3c -r d49956b87f7e emboss_cpgreport.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_cpgreport.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,57 @@ + + Reports all CpG rich regions + + macros.xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/cpgreport.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_cusp.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_cusp.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,32 @@ + + Create a codon usage table + + macros.xml + + + cusp -sequence '$input1' -outfile '$out_file1' -auto + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/cusp.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_cutseq.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_cutseq.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,69 @@ + + Removes a specified section from a sequence + + macros.xml + + + + cutseq -sequence '$input1' -outseq '$out_file1' -from $from -to $to -osformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/cutseq.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_dan.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_dan.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,66 @@ + + Calculates DNA RNA/DNA melting temperature + + macros.xml + + + + perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' dan -sequence '$input1' -windowsize $window -goutfile '$out_file1' -graph png -plot $plot1 -shiftincrement $shift -dnaconc $dnaconc + -saltconc $saltconc -product $product -formamide $formamide -mismatch $mismatch -prodlen $prodlen -thermo $thermo -temperature $temperature -rna $rna -outfile $out_file1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/dan.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_degapseq.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_degapseq.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,59 @@ + + Removes gap characters from sequences + + macros.xml + + + + degapseq -sequence '$input1' -outseq '$out_file1' -osformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/degapseq.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_descseq.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_descseq.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,68 @@ + + Alter the name or description of a sequence + + macros.xml + + + + descseq -sequence '$input1' -outseq '$out_file1' -name '$seqname' -description '$desc' -append $append -osformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/descseq.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_diffseq.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_diffseq.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,58 @@ + + Find differences between nearly identical sequences + + macros.xml + + + + diffseq -asequence '$input1' -bsequence '$input2' -outfile '$out_file1' -aoutfeat '$out_file2' -boutfeat '$out_file3' -wordsize $wordsize -globaldifferences $globaldifferences -rformat3 + $out_format1 -offormat4 $out_format2 -offormat5 $out_format3 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/diffseq.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_digest.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_digest.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,61 @@ + + Protein proteolytic enzyme or reagent cleavage digest + + macros.xml + + + + digest -seqall '$input1' -outfile '$out_file1' -menu $menu -unfavoured $unfavoured -overlap $overlap -allpartials $allpartials -rformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/digest.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_dotmatcher.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_dotmatcher.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,24 @@ + + Displays a thresholded dotplot of two sequences + + macros.xml + + + perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' dotmatcher -asequence '$input1' -bsequence '$input2' -goutfile '$out_file1' -windowsize $windowsize -threshold $threshold -graph png -xygraph png -auto + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/dotmatcher.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_dotpath.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_dotpath.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,31 @@ + + Non-overlapping wordmatch dotplot of two sequences + + macros.xml + + + perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' dotpath -asequence '$input1' -bsequence '$input2' -goutfile '$out_file1' -wordsize $wordsize -overlaps $overlaps -boxit $boxit -graph png -auto + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/dotpath.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_dottup.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_dottup.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,27 @@ + + Displays a wordmatch dotplot of two sequences + + macros.xml + + + perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' dottup -asequence '$input1' -bsequence '$input2' -goutfile '$out_file1' -wordsize $wordsize -boxit $boxit -graph png -xygraph png -auto + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/dottup.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_dreg.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_dreg.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,22 @@ + + Regular expression search of a nucleotide sequence + + macros.xml + + + dreg -sequence '$input1' -outfile '$out_file1' -pattern '$pattern' -raccshow3 "no" -rusashow3 "no" -rdesshow3 "no" -auto + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/dreg.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_einverted.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_einverted.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,42 @@ + + Finds DNA inverted repeats + + macros.xml + + + einverted -sequence '$input1' -outfile '$out_file1' -gap $gap -threshold $threshold -match $match -mismatch $mismatch -maxrepeat $maxrepeat -auto + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/einverted.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_epestfind.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_epestfind.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,58 @@ + + Finds PEST motifs as potential proteolytic cleavage sites + + macros.xml + + + perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' epestfind -sequence '$input1' -goutfile '$ofile2' -outfile '$ofile1' -window $window -order $order -potential $potential -poor $poor + -invalid $invalid -map $map -graph png -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/epestfind.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_equicktandem.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_equicktandem.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,57 @@ + + Finds tandem repeats + + macros.xml + + + + equicktandem -sequence '$input1' -outfile '$out_file1' -origfile '$ofile2' -maxrepeat $maxrepeat -threshold $threshold -rformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/equicktandem.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_est2genome.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_est2genome.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,80 @@ + + Align EST and genomic DNA sequences + + macros.xml + + + est2genome -estsequence '$input1' -genomesequence '$input2' -outfile '$out_file1' -match $match -mismatch $mismatch -gappenalty $gappenalty -intronpenalty $intronpenalty -splicepenalty + $splicepenalty -minscore $minscore -reverse $reverse -splice $splice -mode $mode -best $best -shuffle $shuffle -seed $seed -align $align -width $width -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/est2genome.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_etandem.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_etandem.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,69 @@ + + Looks for tandem repeats in a nucleotide sequence + + macros.xml + + + + etandem -sequence '$input1' -outfile '$out_file1' -origfile '$ofile2' -minrepeat $minrepeat -maxrepeat $maxrepeat -threshold $threshold -mismatch $mismatch -uniform $uniform -rformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/etandem.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_extractfeat.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_extractfeat.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,76 @@ + + + Extract features from a sequence + + macros.xml + + + + extractfeat -sequence '$input1' -outseq '$out_file1' -before $before -after $after -source '$source' -type '$type' -sense $sense -minscore $minscore -maxscore $maxscore -tag '$tag' -value + '$value' -join $join -featinname $featinname -describe '$describe' -osformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/extractfeat.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_extractseq.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_extractseq.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,66 @@ + + Extract regions from a sequence + + macros.xml + + + + extractseq -sequence '$input1' -outseq '$out_file1' -regions '$regions' -separate $separate -osformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/extractseq.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_format_corrector.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_format_corrector.py Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,47 @@ +# EMBOSS format corrector +import operator + + +# Properly set file formats before job run +def exec_before_job( app, inp_data=None, out_data=None, tool=None, param_dict=None ): + # why isn't items an ordered list? + items = out_data.items() + items = sorted(items, key=operator.itemgetter(0)) + + # normal filetype correction + data_count = 1 + for name, data in items: + outputType = param_dict.get( 'out_format' + str(data_count), None ) + if outputType is not None: + if outputType == 'ncbi': + outputType = "fasta" + elif outputType == 'excel': + outputType = "tabular" + elif outputType == 'text': + outputType = "txt" + data = app.datatypes_registry.change_datatype(data, outputType) + app.model.context.add( data ) + app.model.context.flush() + data_count += 1 + + # html filetype correction + data_count = 1 + for name, data in items: + wants_plot = param_dict.get( 'html_out' + str(data_count), None ) + ext = "html" + if wants_plot == "yes": + data = app.datatypes_registry.change_datatype(data, ext) + app.model.context.add( data ) + app.model.context.flush() + data_count += 1 + + # png file correction + data_count = 1 + for name, data in items: + wants_plot = param_dict.get( 'plot' + str(data_count), None ) + ext = "png" + if wants_plot == "yes": + data = app.datatypes_registry.change_datatype(data, ext) + app.model.context.add( data ) + app.model.context.flush() + data_count += 1 diff -r 511429456d3c -r d49956b87f7e emboss_freak.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_freak.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,32 @@ + + Residue/base frequency table or plot + + macros.xml + + + freak -seqall '$input1' -outfile '$out_file1' -window $window -letters '$letters' -graph png -step $step -auto + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/freak.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_fuzznuc.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_fuzznuc.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,71 @@ + + Nucleic acid pattern search + + macros.xml + + + + fuzznuc -sequence '$input1' -outfile '$out_file1' -pattern '$pattern' -pmismatch $mismatch -complement $complement -rformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/fuzznuc.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_fuzzpro.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_fuzzpro.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,50 @@ + + Protein pattern search + + macros.xml + + + + fuzzpro -sequence '$input1' -outfile '$out_file1' -pattern '$pattern' -pmismatch $mismatch -rformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/fuzzpro.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_fuzztran.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_fuzztran.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,89 @@ + + Protein pattern search after translation + + macros.xml + + + + fuzztran -sequence '$input1' -outfile '$out_file1' -pattern '$pattern' -pmismatch $mismatch -frame $frame -table $table -rformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/fuzztran.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_garnier.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_garnier.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,56 @@ + + Predicts protein secondary structure + + macros.xml + + + + garnier -sequence '$input1' -outfile '$out_file1' -idc $idc -rformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: https://galaxy-iuc.github.io/emboss-5.0-docs/garnier.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_geecee.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_geecee.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,26 @@ + + Calculates fractional GC content of nucleic acid sequences + + macros.xml + + + geecee -sequence '$input1' -outfile '$out_file1' -auto + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/geecee.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_getorf.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_getorf.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,118 @@ + + Finds and extracts open reading frames (ORFs) + + macros.xml + + + + getorf -sequence '$input1' -outseq '$out_file1' -table $table -minsize $minsize -maxsize $maxsize -find $find -methionine $methionine -circular $circular -reverse $reverse -flanking $flanking + -osformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/getorf.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_helixturnhelix.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_helixturnhelix.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,57 @@ + + Report nucleic acid binding motifs + + macros.xml + + + + helixturnhelix -sequence '$input1' -outfile '$out_file1' -mean $mean -sd $sd -minsd $minsd -eightyseven $eightyseven -rformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/helixturnhelix.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_hmoment.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_hmoment.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,30 @@ + + Hydrophobic moment calculation + + macros.xml + + + hmoment -seqall '$input1' -outfile '$out_file1' -window $window -aangle $aangle -graph png -auto + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/hmoment.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_iep.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_iep.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,35 @@ + + Calculates the isoelectric point of a protein + + macros.xml + + + iep -sequence '$input1' -outfile '$out_file1' -step $step -amino $amino -graph png -termini $termini -auto + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/iep.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_infoseq.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_infoseq.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,67 @@ + + + Displays some simple information about sequences + + macros.xml + + + + infoseq -sequence '$input1' -outfile '$out_file1' -html $html_out1 -heading $heading -usa $usa -name $disname -accession $accession -gi $gi -version $version -type $type -length $length -pgc + $pgc -description $description -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/infoseq.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_infoseq_wrapper.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_infoseq_wrapper.pl Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,9 @@ +#! /usr/bin/perl -w +use strict; + +my $cmd_string = join (" ",@ARGV); +my $results = `$cmd_string`; +if ($ARGV[6]=~/yes/) +{ + print "Extension: html\n"; +} diff -r 511429456d3c -r d49956b87f7e emboss_isochore.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_isochore.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,77 @@ + + Plots isochores in large DNA sequences + + macros.xml + + + perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' isochore -sequence '$input1' -outfile '$ofile2' -goutfile '$ofile1' -graph png -window $window -shift $shift -auto + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + +**Syntax** + +This application plots GC content over a sequence. It is intended for large sequences such as complete chromosomes or large genomic contigs, although interesting results can also be obtained from shorter sequences. You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/isochore.html + +- Both **Window size** and **Shift increment** are intergers. + +----- + +**Example** + +- Input sequences:: + + >hg18_dna range=chrX:151073054-151073376 5'pad=0 3'pad=0 revComp=FALSE strand=? repeatMasking=none + TTTATGTCTATAATCCTTACCAAAAGTTACCTTGGAATAAGAAGAAGTCA + GTAAAAAGAAGGCTGTTGTTCCGTGAAATACTGTCTTTATGCCTCAGATT + TGGAGTGCTCAGAGCCTCTGCAGCAAAGATTTGGCATGTGTCCTAGGCCT + GCTCAGAGCAGCAAATCCCACCCTCTTGGAGAATGAGACTCATAGAGGGA + CAGCTCCCTCCTCAGAGGCTTCTCTAATGGGACTCCAAAGAGCAAACACT + CAGCCCCATGAGGACTGGCCAGGCCAAGTGGTGTGTGGGAACAGGGAGCA + GCGGTTTCCAAGAGGATACAGTA + +- Output data file:: + + Position Percent G+C 1 .. 323 + 80 0.422 + 112 0.460 + 144 0.509 + 176 0.534 + 208 0.553 + 240 0.553 + +- Output graphics file: + +.. image:: ./static/emboss_icons/isochore.png + + + diff -r 511429456d3c -r d49956b87f7e emboss_lindna.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_lindna.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,72 @@ + + + Draws linear maps of DNA constructs + + macros.xml + + + lindna -infile '$input1' -graphout png -goutfile '$out_file1' -ruler $ruler -blocktype $blocktype -maxgroups $maxgroups -maxlabels $maxlabels -intersymbol $intersymbol -intercolour $intercolour + -interticks $interticks -gapsize $gapsize -ticklines $ticklines -textheight $textheight -textlength $textlength -margin $margin -tickheight $tickheight -blockheight $blockheight -rangeheight + $rangeheight -gapgroup $gapgroup -postext $postext -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/lindna.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_marscan.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_marscan.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,46 @@ + + Finds MAR/SAR sites in nucleic sequences + + macros.xml + + + + marscan -sequence '$input1' -outfile '$out_file1' -rformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/marscan.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_maskfeat.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_maskfeat.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,68 @@ + + Mask off features of a sequence + + macros.xml + + + + maskfeat -sequence '$input1' -outseq '$out_file1' -type '$type' -tolower $tolower -maskchar '$maskchar' -osformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/maskfeat.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_maskseq.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_maskseq.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,68 @@ + + Mask off regions of a sequence + + macros.xml + + + + maskseq -sequence '$input1' -outseq '$out_file1' -regions '$regions' -tolower $tolower -maskchar '$maskchar' -osformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/maskseq.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_matcher.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_matcher.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,50 @@ + + Finds the best local alignments between two sequences + + macros.xml + + + + matcher -asequence '$input1' -bsequence '$input2' -outfile '$out_file1' -alternatives $alternatives -gapopen $gapopen -gapextend $gapextend -aformat3 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/matcher.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_megamerger.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_megamerger.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,59 @@ + + Merge two large overlapping nucleic acid sequences + + macros.xml + + + + megamerger -asequence '$input1' -bsequence '$input2' -outseq '$out_file1' -outfile '$out_file2' -wordsize $wordsize -prefer $prefer -osformat3 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/megamerger.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_merger.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_merger.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,70 @@ + + Merge two overlapping nucleic acid sequences + + macros.xml + + + + merger -asequence '$input1' -bsequence '$input2' -outseq '$out_file1' -outfile '$out_file2' -gapopen $gapopen -gapextend $gapextend -osformat4 $out_format1 -aformat3 $out_format2 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/merger.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_msbar.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_msbar.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,107 @@ + + Mutate sequence beyond all recognition + + macros.xml + + + + msbar -sequence '$input1' -outseq '$out_file1' -count $count -point $point -block $block -codon $codon -inframe $inframe -minimum $minimum -maximum $maximum -osformat2 $out_format1 + -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/msbar.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_multiple_outputfile_wrapper.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_multiple_outputfile_wrapper.pl Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,19 @@ +#! /usr/bin/perl -w +use strict; + +my $cmd_string = join (" ",@ARGV); +my $results = `$cmd_string`; +my @files = split("\n",$results); +foreach my $thisLine (@files) +{ + if ($thisLine =~ /Created /) + { + $thisLine =~ /[\w|\.]+$/; + $thisLine =$&; + print "outfile: $thisLine\n"; + } + else + { + print $thisLine,"\n"; + } +} diff -r 511429456d3c -r d49956b87f7e emboss_needle.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_needle.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,118 @@ + + Needleman-Wunsch global alignment + + macros.xml + + + + needle -asequence '$input1' -bsequence '$input2' -outfile '$out_file1' -gapopen $gapopen -gapextend $gapextend -brief $brief -aformat3 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +needle reads any two sequences of the same type (DNA or protein). + +----- + +**Syntax** + +This tool uses the Needleman-Wunsch global alignment algorithm to find the optimum alignment (including gaps) of two sequences when considering their entire length. + +- **Optimal alignment:** Dynamic programming methods ensure the optimal global alignment by exploring all possible alignments and choosing the best. + +- **The Needleman-Wunsch algorithm** is a member of the class of algorithms that can calculate the best score and alignment in the order of mn steps, (where 'n' and 'm' are the lengths of the two sequences). + +- **Gap open penalty:** [10.0 for any sequence] The gap open penalty is the score taken away when a gap is created. The best value depends on the choice of comparison matrix. The default value assumes you are using the EBLOSUM62 matrix for protein sequences, and the EDNAFULL matrix for nucleotide sequences. (Floating point number from 1.0 to 100.0) + +- **Gap extension penalty:** [0.5 for any sequence] The gap extension, penalty is added to the standard gap penalty for each base or residue in the gap. This is how long gaps are penalized. Usually you will expect a few long gaps rather than many short gaps, so the gap extension penalty should be lower than the gap penalty. An exception is where one or both sequences are single reads with possible sequencing errors in which case you would expect many single base gaps. You can get this result by setting the gap open penalty to zero (or very low) and using the gap extension penalty to control gap scoring. (Floating point number from 0.0 to 10.0) + +You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/needle.html + +----- + +**Example** + +- Input File:: + + >hg18_dna range=chrX:151073054-151073136 5'pad=0 3'pad=0 revComp=FALSE strand=? repeatMasking=none + TTTATGTCTATAATCCTTACCAAAAGTTACCTTGGAATAAGAAGAAGTCA + GTAAAAAGAAGGCTGTTGTTCCGTGAAATACTG + +- If both Sequence1 and Sequence2 take the above file as input, Gap open penalty equals 10.0, Gap extension penalty equals 0.5, Brief identity and similarity is set to Yes, Output alignment file format is set to SRS pairs, the output file is:: + + ######################################## + # Program: needle + # Rundate: Mon Apr 02 2007 14:23:16 + # Align_format: srspair + # Report_file: ./database/files/dataset_7.dat + ######################################## + + #======================================= + # + # Aligned_sequences: 2 + # 1: hg18_dna + # 2: hg18_dna + # Matrix: EDNAFULL + # Gap_penalty: 10.0 + # Extend_penalty: 0.5 + # + # Length: 83 + # Identity: 83/83 (100.0%) + # Similarity: 83/83 (100.0%) + # Gaps: 0/83 ( 0.0%) + # Score: 415.0 + # + #======================================= + + hg18_dna 1 TTTATGTCTATAATCCTTACCAAAAGTTACCTTGGAATAAGAAGAAGTCA 50 + |||||||||||||||||||||||||||||||||||||||||||||||||| + hg18_dna 1 TTTATGTCTATAATCCTTACCAAAAGTTACCTTGGAATAAGAAGAAGTCA 50 + + hg18_dna 51 GTAAAAAGAAGGCTGTTGTTCCGTGAAATACTG 83 + ||||||||||||||||||||||||||||||||| + hg18_dna 51 GTAAAAAGAAGGCTGTTGTTCCGTGAAATACTG 83 + + #--------------------------------------- + #--------------------------------------- + + + diff -r 511429456d3c -r d49956b87f7e emboss_newcpgreport.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_newcpgreport.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,36 @@ + + Report CpG rich areas + + macros.xml + + + newcpgreport -sequence '$input1' -window $window -shift $shift -minlen $minlen -minpc $minpc -outfile '$out_file1' -minoe $minoe -auto + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/newcpgreport.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_newcpgseek.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_newcpgseek.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,34 @@ + + Reports CpG rich region + + macros.xml + + + newcpgseek -sequence '$input1' -outfile '$out_file1' -score $score -auto + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/newcpgseek.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_newseq.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_newseq.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,79 @@ + + Type in a short new sequence + + macros.xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/newseq.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_noreturn.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_noreturn.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,32 @@ + + Removes carriage return from ASCII files + + macros.xml + + + noreturn -infile '$input1' -outfile '$out_file1' -system $system -auto + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/noreturn.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_notseq.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_notseq.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,67 @@ + + Exclude a set of sequences and write out the remaining ones + + macros.xml + + + + notseq -sequence '$input1' -outseq '$out_file1' -exclude '$exclude' -osformat3 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/notseq.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_nthseq.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_nthseq.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,67 @@ + + Writes one sequence from a multiple set of sequences + + macros.xml + + + + nthseq -sequence '$input1' -outseq '$out_file1' -number $number -osformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/nthseq.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_octanol.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_octanol.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,35 @@ + + + Displays protein hydropathy + + macros.xml + + + perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' octanol -sequence '$input1' -graph png -goutfile '$out_file1' -width $width -octanolplot $octanolplot -interfaceplot $interfaceplot + -differenceplot $differenceplot -auto + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/octanol.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_oddcomp.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_oddcomp.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,36 @@ + + + Find protein sequence regions with a biased composition + + macros.xml + + + oddcomp -sequence '$input1' -infile '$input2' -outfile '$out_file1' -window $window -ignorebz $ignorebz -auto + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/oddcomp.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_palindrome.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_palindrome.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,45 @@ + + Looks for inverted repeats in a nucleotide sequence + + macros.xml + + + palindrome -sequence '$input1' -outfile '$out_file1' -minpallen $minpallen -maxpallen $maxpallen -gaplimit $gaplimit -nummismatches $nummismatches -overlap $overlap -auto + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/palindrome.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_pasteseq.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_pasteseq.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,69 @@ + + Insert one sequence into another + + macros.xml + + + + pasteseq -asequence '$input2' -bsequence '$input1' -outseq '$out_file1' -pos $pos -osformat3 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input datasets need to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/pasteseq.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_patmatdb.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_patmatdb.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,48 @@ + + Search a protein sequence with a motif + + macros.xml + + + + patmatdb -sequence '$input1' -outfile '$out_file1' -motif '$motif' -rformat3 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/patmatdb.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_pepcoil.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_pepcoil.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,43 @@ + + Predicts coiled coil regions + + macros.xml + + + pepcoil -sequence '$input1' -outfile '$out_file1' -window $window -coil $coil -frame $frame -other $other -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/pepcoil.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_pepinfo.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_pepinfo.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,27 @@ + + + Plots simple amino acid properties in parallel + + macros.xml + + + perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' pepinfo -sequence '$input1' -outfile '$out_file1' -goutfile '$out_file2' -graph png -hwindow $hwindow $plot_type -auto + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/pepinfo.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_pepnet.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_pepnet.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,28 @@ + + + Displays proteins as a helical net + + macros.xml + + + pepnet -sequence '$input1' -graph png -goutfile '$out_file1' -squares '$squares' -diamonds '$diamonds' -octags '$octags' -amphipathic $amphipathic -auto + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/pepnet.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_pepstats.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_pepstats.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,31 @@ + + Protein statistics + + macros.xml + + + pepstats -sequence '$input1' -outfile '$out_file1' -termini $termini -auto + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/pepstats.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_pepwheel.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_pepwheel.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,35 @@ + + + Shows protein sequences as helices + + macros.xml + + + perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' pepwheel -sequence '$input1' -graph png -goutfile '$out_file1' -squares '$squares' -diamonds '$diamonds' -octags '$octags' -amphipathic + $amphipathic -steps $steps -turns $turns -wheel $wheel -auto + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/pepwheel.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_pepwindow.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_pepwindow.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,22 @@ + + + Displays protein hydropathy + + macros.xml + + + perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' pepwindow -sequence '$input1' -graph png -goutfile '$out_file1' -length $length -auto + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/pepwindow.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_pepwindowall.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_pepwindowall.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,22 @@ + + + Displays protein hydropathy of a set of sequences + + macros.xml + + + perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' pepwindowall -sequence '$input1' -graph png -goutfile '$out_file1' -length $length -auto + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/pepwindowall.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_plotcon.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_plotcon.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,22 @@ + + + Plot quality of conservation of a sequence alignment + + macros.xml + + + perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' plotcon -sequences '$input1' -graph png -goutfile '$out_file1' -winsize $winsize -auto + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/plotcon.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_plotorf.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_plotorf.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,37 @@ + + + Plot potential open reading frames + + macros.xml + + + perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' plotorf -sequence '$input1' -graph png -goutfile '$out_file1' -start '$start' -stop '$stop' -auto + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/plotorf.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_polydot.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_polydot.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,44 @@ + + + Displays all-against-all dotplots of a set of sequences + + macros.xml + + + perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' polydot -sequence '$input1' -graph png -goutfile '$output2' -outfeat '$output1' -wordsize $wordsize -boxit $boxit -dumpfeat yes -gap + $gap -auto + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/polydot.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_preg.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_preg.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,21 @@ + + Regular expression search of a protein sequence + + macros.xml + + + preg -sequence '$input1' -outfile '$out_file1' -pattern '$pattern' -auto + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/preg.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_prettyplot.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_prettyplot.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,83 @@ + + + Displays aligned sequences, with colouring and boxing + + macros.xml + + + prettyplot -sequences '$input1' -graph png -goutfile '$out_file1' -residuesperline $residuesperline -resbreak $resbreak -ccolours $ccolours -cidentity '$cidentity' -csimilarity '$csimilarity' + -cother '$cother' -docolour $docolour -gtitle $title -pair '$pair' -identity $identity -box $box -boxcol $boxcol -boxcolval '$boxcolval' -name $name -maxnamelen $maxnamelen -number $number -listoptions + $listoptions -consensus $consensus -collision $collision -alternative $alternative -showscore $showscore -portrait $portrait -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/prettyplot.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_prettyseq.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_prettyseq.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,49 @@ + + Output sequence with translated ranges + + macros.xml + + + prettyseq -sequence '$input1' -outfile '$out_file1' -ruler $ruler -plabel $plabel -nlabel $nlabel -width $width -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/prettyseq.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_primersearch.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_primersearch.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,30 @@ + + Searches DNA sequences for matches with primer pairs + + macros.xml + + + primersearch -seqall '$input1' -infile '$input2' -outfile '$out_file1' -mismatchpercent $mismatchpercent -auto + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/primersearch.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_revseq.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_revseq.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,75 @@ + + Reverse and complement a sequence + + macros.xml + + + + revseq -sequence '$input1' -outseq '$out_file1' -reverse $reverse -complement $complement -osformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/revseq.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_seqmatchall.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_seqmatchall.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,52 @@ + + All-against-all comparison of a set of sequences + + macros.xml + + + + seqmatchall -sequence '$input1' -outfile '$out_file1' -wordsize $wordsize -aformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/seqmatchall.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_seqret.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_seqret.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,69 @@ + + Reads and writes sequences + + macros.xml + + + + seqret -sequence '$input1' -outseq '$out_file1' -feature $feature -firstonly $firstonly -osformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/seqret.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_showfeat.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_showfeat.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,97 @@ + + + Show features of a sequence + + macros.xml + + + + showfeat -sequence '$input1' -outfile '$out_file1' -matchsource '$matchsource' -matchtype '$matchtype' -matchtag '$matchtag' -matchvalue '$matchvalue' -sort $sort -annotation '$annotation' -id + $id -description $description -scale $scale -width $width -collapse $collapse -forward $forward -reverse $reverse -unknown $unknown -strand $strand -source $source -position $position -type + $type -tags $tags -values $values -stricttags $stricttags -html $html_out1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/showfeat.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_shuffleseq.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_shuffleseq.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,60 @@ + + + Shuffles a set of sequences maintaining composition + + macros.xml + + + + shuffleseq -sequence '$input1' -outseq '$out_file1' -shuffle $shuffle -osformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/shuffleseq.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_sigcleave.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_sigcleave.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,53 @@ + + Reports protein signal cleavage sites + + macros.xml + + + + sigcleave -sequence '$input1' -outfile '$out_file1' -minweight $minweight -prokaryote $prokaryote -rformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/sigcleave.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_single_outputfile_wrapper.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_single_outputfile_wrapper.pl Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,27 @@ +#! /usr/bin/perl -w +use strict; +use File::Copy; + +my $cmd_string = join (" ",@ARGV); +my $results = `$cmd_string`; +my @files = split("\n",$results); +my $fileNameOut = $ARGV[6]; +my ($drive, $outputDir, $file) = File::Spec->splitpath( $fileNameOut ); +my $destination = $fileNameOut; + +foreach my $thisLine (@files) +{ + if ($thisLine =~ /Created /) + { + $thisLine =~ /[\w|\.]+$/; + $thisLine =$&; + #print "outfile: $thisLine\n"; + #there is only one file to move, so we can quit after finding it + move($drive.$outputDir.$thisLine,$fileNameOut); + exit(1); + } + else + { + print $thisLine,"\n"; + } +} diff -r 511429456d3c -r d49956b87f7e emboss_sirna.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_sirna.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,112 @@ + + Finds siRNA duplexes in mRNA + + macros.xml + + + + sirna -sequence '$input1' -outfile '$ofile1' -outseq '$ofile2' -poliii $poliii -aa $aa -tt $tt -polybase $polybase -context $context -rformat2 $out_format1 -osformat3 $out_format2 + -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/sirna.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_sixpack.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_sixpack.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,141 @@ + + + Display a DNA sequence with 6-frame translation and ORFs + + macros.xml + + + + sixpack -sequence '$input1' -outfile '$ofile1' -outseq '$ofile2' -table $table -firstorf $firstorf -lastorf $lastorf -mstart $mstart -reverse $reverse -orfminsize $orfminsize -uppercase + '$uppercase' -number $number -width $width -length $length -margin $margin -name $disp_name -description $description -offset $offset -html $html_out1 -osformat $out_format2 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/sixpack.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_skipseq.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_skipseq.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,57 @@ + + Reads and writes sequences, skipping first few + + macros.xml + + + + skipseq -sequence '$input1' -outseq '$out_file1' -skip $skip -feature $feature -osformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/skipseq.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_splitter.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_splitter.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,74 @@ + + Split a sequence into (overlapping) smaller sequences + + macros.xml + + + + splitter -sequence '$input1' -outseq '$out_file1' -size $size -overlap $overlap -addoverlap $addoverlap -osformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/splitter.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_supermatcher.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_supermatcher.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,55 @@ + + + Match large sequences against one or more other sequences + + macros.xml + + + + supermatcher -asequence '$input1' -bsequence '$input2' -gapopen $gapopen -gapextend $gapextend -width $width -wordlen $wordlen -outfile '$ofile1' -errorfile '$ofile2' -aformat3 + $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/supermatcher.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_syco.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_syco.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,192 @@ + + + Synonymous codon usage Gribskov statistic plot + + macros.xml + + + perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' syco -sequence '$input1' -graph png -goutfile '$ofile1' -outfile '$ofile2' -cfile $cfile -window $window -uncommon $uncommon -minimum $minimum + -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/syco.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_tcode.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_tcode.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,41 @@ + + Fickett TESTCODE statistic to identify protein-coding DNA + + macros.xml + + + + tcode -sequence '$input1' -outfile '$out_file1' -window $window -step $step -rformat $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/tcode.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_textsearch.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_textsearch.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,51 @@ + + Search sequence documentation. Slow, use SRS and Entrez! + + macros.xml + + + + textsearch -sequence '$input1' -outfile '$out_file1' -pattern '$pattern' -casesensitive -heading $heading -usa $usa -accession $accession -name $search_name -description $description -html + $html_out1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/textsearch.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_tmap.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_tmap.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,40 @@ + + Displays membrane spanning regions + + macros.xml + + + + perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' tmap -sequences '$input1' -outfile '$out_file1' -goutfile '$out_file2' -graph png -rformat $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/tmap.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_tranalign.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_tranalign.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,82 @@ + + Align nucleic coding regions given the aligned proteins + + macros.xml + + + + tranalign -asequence '$input1' -bsequence '$input2' -outseq '$out_file1' -table $table -osformat3 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/tranalign.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_transeq.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_transeq.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,130 @@ + + Translate nucleic acid sequences + + macros.xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/transeq.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_trimest.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_trimest.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,85 @@ + + Trim poly-A tails off EST sequences + + macros.xml + + + + trimest -sequence '$input1' -outseq '$out_file1' -minlength $minlength -mismatches $mismatches -reverse $reverse -tolower $tolower -fiveprime $fiveprime -osformat2 $out_format1 + -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/trimest.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_trimseq.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_trimseq.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,89 @@ + + Trim ambiguous bits off the ends of sequences + + macros.xml + + + + trimseq -sequence '$input1' -outseq '$out_file1' -window $window -percent $percent -strict $strict -star $star -left $left -right $right -osformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/trimseq.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_twofeat.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_twofeat.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,94 @@ + + Finds neighbouring pairs of features in sequences + + macros.xml + + + + twofeat -sequence '$input1' -outfile '$out_file1' -atype '$atype' -btype '$btype' -minrange $minrange -maxrange $maxrange -asource '$asource' -asense $asense -aminscore $aminscore + -amaxscore $amaxscore -atag '$atag' -avalue '$avalue' -bsource '$bsource' -bsense $bsense -bminscore $bminscore -bmaxscore $bmaxscore -btag '$btag' -bvalue '$bvalue' -overlap $overlap + -rangetype $rangetype -sense $sense -order $order -twoout $twoout -typeout '$typeout' -rformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/twofeat.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_union.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_union.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,65 @@ + + Reads sequence fragments and builds one sequence + + macros.xml + + + + union -sequence '$input1' -outseq '$out_file1' -osformat2 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/union.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_vectorstrip.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_vectorstrip.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,74 @@ + + Strips out DNA between a pair of vector sequences + + macros.xml + + + + vectorstrip -sequence '$input1' -vectorsfile '$input2' -outseq '$ofile1' -outfile '$ofile2' -vectorfile yes -mismatch $mismatch -besthits $besthits -linkera '$linkera' -linkerb + '$linkerb' -osformat4 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/vectorstrip.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_water.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_water.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,59 @@ + + Smith-Waterman local alignment + + macros.xml + + + + water -asequence '$input1' -bsequence '$input2' -outfile '$out_file1' -gapopen $gapopen -gapextend $gapextend -brief $brief -aformat3 $out_format1 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input datasets need to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/water.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_wobble.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_wobble.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,37 @@ + + Wobble base plot + + macros.xml + + + perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' wobble -sequence '$input1' -graph png -goutfile '$ofile1' -outfile '$ofile2' -window $window -bases '$bases' -auto + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/wobble.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_wordcount.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_wordcount.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,34 @@ + + Counts words of a specified size in a DNA sequence + + macros.xml + + + wordcount -sequence '$input1' -outfile '$out_file1' -wordsize $wordsize -auto + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/wordcount.html + + + diff -r 511429456d3c -r d49956b87f7e emboss_wordmatch.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emboss_wordmatch.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,68 @@ + + Finds all exact matches of a given size between 2 sequences + + macros.xml + + + + wordmatch -asequence '$input1' -bsequence '$input2' -outfile '$out_file1' -aoutfeat '$out_file2' -boutfeat '$out_file3' -wordsize $wordsize -aformat3 $out_format1 -offormat4 $out_format2 + -offormat5 $out_format3 -auto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input datasets need to be sequences. + +----- + + You can view the original documentation here_. + + .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/wordmatch.html + + + diff -r 511429456d3c -r d49956b87f7e macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Feb 08 12:42:22 2017 -0500 @@ -0,0 +1,14 @@ + + + + emboss + + + + + 10.1016/S0168-9525(00)02024-2 + 10.1101/gr.5578007 + + + + diff -r 511429456d3c -r d49956b87f7e repository_dependencies.xml --- a/repository_dependencies.xml Mon May 09 09:54:14 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ - - - - diff -r 511429456d3c -r d49956b87f7e test-data/emboss_newseq_out.fasta --- a/test-data/emboss_newseq_out.fasta Mon May 09 09:54:14 2016 -0400 +++ b/test-data/emboss_newseq_out.fasta Wed Feb 08 12:42:22 2017 -0500 @@ -1,2 +1,2 @@ ->cytoc fragment of cytochrome c +>cytoc fragment_of_cytochrome_c KKKEERADLIAY