File: README

package info (click to toggle)
rdp-readseq 2.0.2-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,972 kB
  • sloc: java: 7,550; xml: 1,381; makefile: 18; sh: 1
file content (18 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Quickstart
==========
ant jar
java -jar dist/ReadSeq.jar

Description
============
Sequence reading library developed by the Ribosomal Database Project.  Can handle genbank, embl, fasta, fastq, sff and sto files.  Can read from files or streams, and can handle indexing files.

USAGE: ReadSeqMain <subcommand> <subcommand args ...>
	random-sample  - random select a subset or subregion of sequences
	reverse-comp   - reverse complement sequences 
	rm-dupseq      - remove identical or substring of sequences
	select-seqs    - select or deselect sequences from a file
	split          - split sequences
	to-fasta       - convert to fasta format
	to-fastq       - convert to fastq format