Repository 'khmer'
hg clone https://toolshed.g2.bx.psu.edu/repos/crusoe/khmer

Changeset 6:0939958dc273 (2015-09-10)
Previous changeset 5:6b468584d645 (2015-09-09) Next changeset 7:80fe6178a4b0 (2015-09-10)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/khmer/ commit 16f4ba1c37727d05dfdd688e96a4e49aa34d03fd
modified:
normalize-by-median.xml
b
diff -r 6b468584d645 -r 0939958dc273 normalize-by-median.xml
--- a/normalize-by-median.xml Wed Sep 09 19:37:11 2015 -0400
+++ b/normalize-by-median.xml Thu Sep 10 16:06:15 2015 -0400
b
@@ -1,6 +1,6 @@
 <tool id="gedlab-khmer-normalize-by-median"
  name="Normalize By Median"
- version="2.0-2">
+ version="2.0-3">
 
  <description>
  Filters a fastq/fasta file using digital normalization via
@@ -58,7 +58,8 @@
  label="Ignore all pairing information?"
  help="(--paired) By default this tool process reads in a pair-aware manner. This option disables that behavior." />
  <param  name="unpaired_reads_filename"
- type=""
+ type="data"
+ format="fasta,fastq,fastqsanger,fastqsolexa,fastqillumina"
  optional="true"
  label="Extra unpaired reads."
  help="(--unpaired-reads) If all but one of your sequence files are interleaved paired end reads you can include one unpaired file to be processed last without regard to pairing."