obidistribute
: Distributes sequence records over several sequence records files¶
obidistribute
distributes equitably a set of sequence records over several files
(No sequence records are printed on standard output).
The number of files is set using the -n
option (required). File names are build with a prefix if
provided (-p``option) and the file number (1 to ``n
).
Example:
> obidistribute -n 10 -p 'part' seq.fastqDistribute the sequence records contained in the
seq.fastq
file and distributes them over filespart_1.fastq
topart_10.fastq
.
obidistribute
specific options¶
-
-n
<INT>
,
--number
=<INT>
¶ Number of files to distribute over.
-
-p
<STRING>
,
--prefix
=<STRING>
¶ Prefix added at each file name.
Options to specify input format¶
Restrict the analysis to a sub-part of the input file¶
-
--skip
<N>
¶ The N first sequence records of the file are discarded from the analysis and not reported to the output file
-
--only
<N>
¶ Only the N next sequence records of the file are analyzed. The following sequences in the file are neither analyzed, neither reported to the output file. This option can be used conjointly with the –skip option.