# HG changeset patch # User cjav # Date 1381350828 14400 # Node ID ce82ef822782dabb357578d69fc29834de7cd647 Initial release. diff -r 000000000000 -r ce82ef822782 ngs-tools_sample.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ngs-tools_sample.xml Wed Oct 09 16:33:48 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 ce82ef822782 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Oct 09 16:33:48 2013 -0400 @@ -0,0 +1,6 @@ + + + + + +