# HG changeset patch # User devteam # Date 1512141722 18000 # Node ID c9623dbfb799d69f5c2ab0596a7162e2be4cb562 # Parent a479851ea2515f8e4161c32df5cad99f43638997 Uploaded diff -r a479851ea251 -r c9623dbfb799 fimo.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fimo.xml Fri Dec 01 10:22:02 2017 -0500 @@ -0,0 +1,238 @@ + + meme + - Find Individual Motif Occurrences + fimo_wrapper.py 'fimo --o "${$html_outfile.files_path}" --verbosity "1" + + #if str( $options_type.options_type_selector ) == 'advanced': + --max-seq-length "${options_type.max_seq_length}" + --max-stored-scores "${options_type.max_stored_scores }" + --motif-pseudo "${options_type.motif_pseudo}" + ${options_type.norc} + --output-pthresh "${options_type.output_pthresh}" + + + #for $motif in $options_type.motifs: + --motif "${motif.motif}" + #end for + + #if str( $options_type.bgfile_type.bgfile_type_selector ) == 'motif-file': + --bgfile "motif-file" + #elif str( $options_type.bgfile_type.bgfile_type_selector ) == 'motif-file': + --bgfile "${options_type.bgfile_type.bgfile}" + #end if + + #if str( $options_type.qvalue_type.qvalue_type_selector ) == 'no-qvalue': + --no-qvalue + #else: + --output-qthresh "${options_type.qvalue_type.output_qthresh}" + #end if + #end if + + "${input_motifs}" + + #if str( $fasta_type.fasta_type_selector ) == 'history': + "${fasta_type.input_database}" + #else: + "${fasta_type.input_database.fields.path}" + #end if + + ' + + '${html_outfile.files_path}' + + '${html_outfile}' + + '${interval_outfile}' + + '${txt_outfile}' + + '${xml_outfile}' + + '${gff_outfile}' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + value == True + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +**WARNING: This tool is only available for non-commercial use. Use for educational, research and non-profit purposes is permitted. Before using, be sure to review, agree, and comply with the license.** + +.. class:: infomark + +**To cite FIMO:** +`Grant CE, Bailey TL, Noble WS. FIMO: scanning for occurrences of a given motif. Bioinformatics. 2011 Apr 1;27(7):1017-8. <http://www.ncbi.nlm.nih.gov/pubmed/21330290>`_ + + +For detailed information on FIMO, click here_. To view the license_. + +------ + +**Citation** + +If you use this tool in Galaxy, please cite Blankenberg D, et al. *In preparation.* + + +.. _here: http://meme.nbcr.net/meme/fimo-intro.html +.. _license: http://meme.nbcr.net/meme/COPYRIGHT.html + + +