# HG changeset patch
# User cjav
# Date 1381349226 14400
# Node ID 857d8fbe0cf7b04651a1de82b003203e249386fd
Uploaded
diff -r 000000000000 -r 857d8fbe0cf7 ngs-tools_sample.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ngs-tools_sample.xml Wed Oct 09 16:07:06 2013 -0400
@@ -0,0 +1,64 @@
+
+
+
+ ngs-tools
+
+
+ ngs-tools sample
+ --input-format $input_format.format
+ --sample-size $size
+ --output $output_file
+ #if str($input_format.paired.paired_selector) == "True"
+ --output-pair $output_file_pair
+ #end if
+ $input_format.paired.input_file
+ #if str($input_format.paired.paired_selector) == "True"
+ $input_format.paired.input_file_pair
+ #end if
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ input_format['paired']['paired_selector'] == "True"
+
+
+
+
+**What it does**
+
+This tool samples a random number of records from the input file(s). Supports
+paired data assuming paired files are in sync.
+
+Supported formats: FASTQ.
+
+--------
+
+This tool is based on `ngs-tools`__ by Carlos Borroto <carlos.borroto@gmail.com>.
+
+ .. __: https://github.com/cjav/ngs-tools/
+
+
+
diff -r 000000000000 -r 857d8fbe0cf7 tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Wed Oct 09 16:07:06 2013 -0400
@@ -0,0 +1,6 @@
+
+
+
+
+
+