# HG changeset patch # User iuc # Date 1542293872 18000 # Node ID 4fc125833bc276d6ca2cc85a1b2f71435560a122 # Parent 81c0806236ef9c5b07ac2ca4c6ea8e2293a7f047 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 0ba5f658424430eea10c79f92c9a8d7a1ca9eaf3 diff -r 81c0806236ef -r 4fc125833bc2 meme_chip.xml --- a/meme_chip.xml Thu Jul 12 08:48:01 2018 -0400 +++ b/meme_chip.xml Thu Nov 15 09:57:52 2018 -0500 @@ -1,4 +1,4 @@ - + - motif discovery, enrichment analysis and clustering on large nucleotide datasets macros.xml @@ -16,27 +16,29 @@ $sequence_alphabet -o '$output.files_path' #if str($options_type_cond.options_type)=='advanced': - #if str($options_type_cond.run_centrimo_cond.run_centrimo) == "yes": - -db $options_type_cond.run_centrimo_cond.meme_motif_databases.fields.path - #if $options_type_cond.run_centrimo_cond.centrimo_local: - -centrimo-local - #end if - #if $options_type_cond.run_centrimo_cond.centrimo_score: - -centrimo-score $options_type_cond.run_centrimo_cond.centrimo_score - #end if - #if $options_type_cond.run_centrimo_cond.centrimo_maxreg: - -centrimo-maxreg $options_type_cond.run_centrimo_cond.centrimo_maxreg - #end if - #if $options_type_cond.run_centrimo_cond.centrimo_ethresh: - -centrimo-ethresh $options_type_cond.run_centrimo_cond.centrimo_ethresh - #end if - #if $options_type_cond.run_centrimo_cond.centrimo_noseq: - -centrimo-noseq - #end if - #if $options_type_cond.run_centrimo_cond.centrimo_flip: - -centrimo-flip - #end if - #end if + ## FIXME: CentriMo cannot be run, See the comments in the input section. + ## #set run_centrimo = $options_type_cond.run_centrimo_cond.run_centrimo + ## #if str($run_centrimo) == "yes": + ## -db $options_type_cond.run_centrimo_cond.meme_motif_databases.fields.path + ## #if $options_type_cond.run_centrimo_cond.centrimo_local: + ## -centrimo-local + ## #end if + ## #if $options_type_cond.run_centrimo_cond.centrimo_score: + ## -centrimo-score $options_type_cond.run_centrimo_cond.centrimo_score + ## #end if + ## #if $options_type_cond.run_centrimo_cond.centrimo_maxreg: + ## -centrimo-maxreg $options_type_cond.run_centrimo_cond.centrimo_maxreg + ## #end if + ## #if $options_type_cond.run_centrimo_cond.centrimo_ethresh: + ## -centrimo-ethresh $options_type_cond.run_centrimo_cond.centrimo_ethresh + ## #end if + ## #if $options_type_cond.run_centrimo_cond.centrimo_noseq: + ## -centrimo-noseq + ## #end if + ## #if $options_type_cond.run_centrimo_cond.centrimo_flip: + ## -centrimo-flip + ## #end if + ## #end if $options_type_cond.search_given_strand -order $options_type_cond.background_model_order #if str($options_type_cond.subsampling_cond.subsampling) == "no": @@ -79,8 +81,7 @@ -spamo-skip -fimo-skip #end if -&& rm '$output' -&& ln -s $primary_output '$output' +&& mv $primary_output '$output' ]]> @@ -96,16 +97,23 @@ +