# HG changeset patch # User fangly # Date 1320378249 14400 # Node ID 43def9fa33b9a9af18f2ddc8387ed9942ede8573 # Parent bac7e652a9aaa4fd38942be0fb18e2ff807eb5d8 Grinder 0.4.0 diff -r bac7e652a9aa -r 43def9fa33b9 Galaxy_readme.txt --- a/Galaxy_readme.txt Tue Oct 18 02:15:23 2011 -0400 +++ b/Galaxy_readme.txt Thu Nov 03 23:44:09 2011 -0400 @@ -1,5 +1,5 @@ -This is an XML wrapper that provides a GUI for Grinder in Galaxy (http://galaxy.psu.edu/) +This is an XML wrapper that provides a GUI for Grinder in Galaxy (http://galaxy.psu.edu/). Place these files in your Galaxy directory. More information at http://wiki.g2.bx.psu.edu/FrontPage. -Note: The Grinder wrapper uses Galaxy buitin datasets located in the 'all_fasta' data table. +Note: The Grinder wrapper uses Galaxy builtin datasets located in the 'all_fasta' data table. diff -r bac7e652a9aa -r 43def9fa33b9 grinder.xml --- a/grinder.xml Tue Oct 18 02:15:23 2011 -0400 +++ b/grinder.xml Thu Nov 03 23:44:09 2011 -0400 @@ -1,6 +1,6 @@ - + - genomic, metagenomic and amplicon read simulator + versatile omic shotgun and amplicon read simulator grinder @@ -110,7 +110,7 @@ - + @@ -121,18 +121,21 @@ - + + 1/ All reads exactly 101 bp long (Illumina GA 2x): 101 + 2/ Uniform read distribution around 100+-10 bp: 100 uniform 10 + 3/ Reads normally distributed with an average of 800 and a standard deviation + of 100 bp (Sanger reads): 800 normal 100 + 4/ Reads normally distributed with an average of 450 and a standard deviation + of 50 bp (454 GS-FLX Ti): 450 normal 50 +Reference sequences smaller than the specified read length are not used." /> - - + - + - + - + - + - + - - + - + + + + uniform distribution: uniform + powerlaw distribution with parameter 0.1: powerlaw 0.1 + exponential distribution with automatically chosen parameter: exponential" /> - + - + - + - + - + @@ -217,16 +220,6 @@ - @@ -240,7 +233,7 @@ int(str(num_libraries)) == 1 and str(qual_levels) and fastq_output == 0 - + int(str(num_libraries)) == 1 and fastq_output == 1 @@ -257,7 +250,7 @@ int(str(num_libraries)) >= 2 and str(qual_levels) and fastq_output == 0 - + int(str(num_libraries)) >= 2 and fastq_output == 1 @@ -271,7 +264,7 @@ int(str(num_libraries)) >= 2 and str(qual_levels) and fastq_output == 0 - + int(str(num_libraries)) >= 2 and fastq_output == 1 @@ -285,7 +278,7 @@ int(str(num_libraries)) >= 3 and str(qual_levels) and fastq_output == 0 - + int(str(num_libraries)) >= 3 and fastq_output == 1 @@ -299,7 +292,7 @@ int(str(num_libraries)) >= 4 and str(qual_levels) and fastq_output == 0 - + int(str(num_libraries)) >= 4 and fastq_output == 1 @@ -313,7 +306,7 @@ int(str(num_libraries)) >= 5 and str(qual_levels) and fastq_output == 0 - + int(str(num_libraries)) >= 5 and fastq_output == 1 @@ -327,7 +320,7 @@ int(str(num_libraries)) >= 6 and str(qual_levels) and fastq_output == 0 - + int(str(num_libraries)) >= 6 and fastq_output == 1 @@ -341,7 +334,7 @@ int(str(num_libraries)) >= 7 and str(qual_levels) and fastq_output == 0 - + int(str(num_libraries)) >= 7 and fastq_output == 1 @@ -355,7 +348,7 @@ int(str(num_libraries)) >= 8 and str(qual_levels) and fastq_output == 0 - + int(str(num_libraries)) >= 8 and fastq_output == 1 @@ -369,7 +362,7 @@ int(str(num_libraries)) >= 9 and str(qual_levels) and fastq_output == 0 - + int(str(num_libraries)) >= 9 and fastq_output == 1 @@ -383,7 +376,7 @@ int(str(num_libraries)) >= 10 and str(qual_levels) and fastq_output == 0 - + int(str(num_libraries)) >= 10 and fastq_output == 1