Mercurial > repos > iuc > meme_fimo
view test-data/meme_output_test2.html @ 15:0c5239d1aa65 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 86a94f48321780dbe18ef5b099434c347ec2f4d0"
author | iuc |
---|---|
date | Wed, 11 Dec 2019 18:05:35 -0500 |
parents | 4eb02864e5df |
children | c5209f38700d |
line wrap: on
line source
<!DOCTYPE HTML> <html> <head> <meta charset="UTF-8"> <title>MEME</title> <script> // @JSON_VAR data var data = { "program": "MEME", "version": "5.0.5", "release": "Mon Mar 18 20:12:19 2019 -0700", "stop_reason": "Stopped because requested number of motifs (1) found.", "cmd": [ "meme", "-o", "-nostatus", "-maxsize", "1000000", "-sf", "Galaxy_FASTA_Input", "-dna", "-mod", "zoops", "-nmotifs", "1", "-wnsites", "0.8", "-minw", "8", "-maxw", "50", "-wg", "11", "-ws", "1", "-maxiter", "50", "-distance", "0.001", "-prior", "dirichlet", "-b", "0.01", "-plib", "-spmap", "uni", "-spfuzz", "0.5" ], "motifs": [ ] }; </script> var site_url = "http://meme-suite.org";