Man page - starchstrip(1)
Packages contas this manual
- bam2starch_sge(1)
- closest-features(1)
- bam2starch(1)
- unstarch(1)
- psl2starch(1)
- gff2starch(1)
- starchstrip(1)
- bam2bed_slurm(1)
- starchcat(1)
- vcf2starch(1)
- bedmap(1)
- starchcluster_slurm(1)
- wig2bed(1)
- rmsk2starch(1)
- wig2starch(1)
- bedops-starch(1)
- bam2bed(1)
- bam2bed_sge(1)
- sort-bed(1)
- psl2bed(1)
- gtf2starch(1)
- gtf2bed(1)
- vcf2bed(1)
- bam2starch_slurm(1)
- convert2bed(1)
- bedops(1)
- gff2bed(1)
- sam2starch(1)
- sam2bed(1)
- bedextract(1)
- starchcluster_sge(1)
- gvf2bed(1)
- rmsk2bed(1)
- gvf2starch(1)
Package: bedops
apt-get install bedops
apt-get install bedops
Manuals in package:
Documentations in package:
Manual
| STARCHSTRIP(1) | User Commands | STARCHSTRIP(1) |
NAME
starchstrip - manual page for starchstrip 2.4.41+dfsg
DESCRIPTION
starchstrip
- citation: http://bioinformatics.oxfordjournals.org/content/28/14/1919.abstract
- https://doi.org/10.1093/bioinformatics/bts277
- version:
- 2.4.41 (typical)
- Alex Reynolds and Shane Neph
USAGE: starchstrip [ --include | --exclude ] <chromosome-list> <starch-file>
- * Add either the --include or --exclude argument to filter the specified
- <starch-file> for chromosomes in <chromosome-list> for inclusion or exclusion, respectively. Note that you can only specify either inclusion or exclusion.
- * The <chromosome-list> argument is a comma-separated list of chromosome names
- to be included or excluded. This list is a *required* argument to either of the two --include and --exclude options.
- * The output is a Starch archive containing those chromosomes specified for inclusion
- or what chromosomes remain after exclusion from the original <starch-file>. A new metadata payload is appended to the output Starch archive.
- * The output is written to the standard output stream -- use the output redirection
- operator to write the result to a regular file, e.g.:
- $ starchstrip --exclude chrA,chrB,chrC in.starch > out.starch
- * If a specified chromosome is not in the input Starch archive, it will be ignored
- during processing.
- * Filtering simply copies over raw bytes from the input Starch archive and
- no extraction or recompression is performed. Use 'starchcat' to update the metadata, if new attributes are required.
- Process Flags -------------------------------------------------------------------------- --include <chromosome-list> Include specified chromosomes from <starch-file>.
- --exclude <chromosome-list>
- Exclude specified chromosomes from <starch-file>.
- --version
- Show binary version.
- --help
- Show this usage message.
SEE ALSO
The full documentation for starchstrip is maintained as a Texinfo manual. If the info and starchstrip programs are properly installed at your site, the command
- info starchstrip
should give you access to the complete manual.
| December 2024 | starchstrip 2.4.41+dfsg |