File: README

package info (click to toggle)
seqan2 2.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228,748 kB
  • sloc: cpp: 257,602; ansic: 91,967; python: 8,326; sh: 1,056; xml: 570; makefile: 229; awk: 51; javascript: 21
file content (26 lines) | stat: -rw-r--r-- 956 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Swiss Army Knife tool... It slices and dices and makes the laundry!

This tool allows one to cut sequences and parts of sequences out of sequence
files.  It supports all formats supported by the AutoSeqFormat class from
SeqAn, including FASTA, FASTQ and QSeq (Illumina format).

Output of sak --help:

************************
*** Swiss Army Knife ***
************************

Usage: sak [OPTION]... <SOURCE SEQUENCE FILE>


Main Options:
  -o,  --output FILE            	set output filename (default: use stdout)
  -q,  --qual                   	enable Fastq output (default: Fasta)
  -h,  --help                   	print this help

Extract Options:
  -s,  --sequence NUM           	select a single sequence by index
  -sn, --sequence-name NAME     	select a single sequence by name
  -ss, --sequences START END    	select sequences (default: select all)
  -i,  --infix START END        	extract infix
  -rc, --revcomp                	reverse complement