Repository revision
3:620f3b0a1430

Repository 'presto_partition'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/presto_partition

pRESTO Partition tool metadata
Miscellaneous
Partition a file in two
presto_partition
toolshed.g2.bx.psu.edu/repos/iuc/presto_partition/presto_partition/0.6.2+galaxy0
0.6.2+galaxy0
SplitSeq.py --version
True
Version lineage of this tool (guids ordered most recent to oldest)
toolshed.g2.bx.psu.edu/repos/iuc/presto_partition/presto_partition/0.6.2+galaxy0 (this tool)
toolshed.g2.bx.psu.edu/repos/iuc/presto_partition/presto_partition/0.6.2
toolshed.g2.bx.psu.edu/repos/iuc/presto_partition/presto_partition/0.5.4
presto_partition
Requirements (dependencies defined in the <requirements> tag set)
name version type
presto 0.6.2 package
Additional information about this tool
ln -s '$fastq_in' in.fastq &&
        SplitSeq.py group
          -s in.fastq
          -f '$field'
          --num '$threshold'
          --outname=tmp_group &&
        mv './tmp_group_under-${threshold}.fastq' '$lower_out' &&
        mv './tmp_group_atleast-${threshold}.fastq' '$upper_out'
    
None
False
Functional tests
name inputs outputs required files
Test-1 fastq_in: presto_splitseq_partition_test_in.fastq
field: CONSCOUNT
threshold: 3
name: value
name: value
presto_splitseq_partition_test_in.fastq
value