# HG changeset patch # User nml # Date 1493925834 14400 # Node ID 9121e9f3f2857339bdf8f674acb0d74630b98eab planemo upload diff -r 000000000000 -r 9121e9f3f285 neptune.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/neptune.xml Thu May 04 15:23:54 2017 -0400 @@ -0,0 +1,98 @@ + + Neptune identifies genomic signatures using an exact k-mer matching strategy while accommodating k-mer mismatches. + + + neptune + + + + + + + + neptune + + --inclusion + #for $i in $inclusion + "$i" + #end for + + --exclusion + #for $i in $exclusion + "$i" + #end for + + #if $options.select == "advanced" + + #if $options.kmer: + --kmer "$options.kmer" + #end if + + #if $options.rate: + --rate "$options.rate" + #end if + + #if $options.exhits: + --exhits "$options.exhits" + #end if + + #if $options.size: + --size "$options.size" + #end if + + #end if + + --output results + + --parallelization \${GALAXY_SLOTS:-8} + + --organization 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Neptune locates genomic signatures using an exact k-mer matching strategy while +accommodating k-mer mismatches. The software identifies sequences that are +sufficiently represented within inclusion targets and sufficiently absent from +exclusion targets. The signature discovery process is accomplished using +probabilistic models instead of heuristic strategies. + +The inclusion and exclusion targets must be FASTA files. + + + + 10.1101/032227 + + +