GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SAK(1) SAK(1)

sak - Slicing and dicing of FASTA/FASTQ files..

sak [OPTIONS] [-o OUT.{fa,fq}] IN.{fa,fq}

"It slices, it dices and it makes the laundry!"

Original SAK tool by David Weese. Rewrite by Manuel Holtgrewe.


Valid filetypes are: .sam, .raw, .gbk, .frn, .fq, .fna, .ffn, .fastq, .fasta, .faa, .fa, and .embl.

Display the help message.
Turn this option off to disable version update notifications of the application. One of 1, ON, TRUE, T, YES, 0, OFF, FALSE, F, and NO. Default: 1.
Display version information.

Path to the resulting file. If omitted, result is printed to stdout in FastQ format. Valid filetypes are: .sam, .raw, .frn, .fq, .fna, .ffn, .fastq, .fasta, .faa, and .fa.
Reverse-complement output.
Maximal number of sequence characters to write out.

Select the given sequence for extraction by 0-based index.
Select sequence with name prefix being NAME.
Select sequences from-to where from and to are 0-based indices.
Select characters from-to where from and to are 0-based indices.
Set line length in output file. See section Line Length for details. In range [-1..inf].

You can use the setting --line-length for setting the resulting line length. By default, sequences in FASTA files are written with at most 70 characters per line and sequences in FASTQ files are written without any line breaks. The quality sequence in FASTQ file is written in the same way as the residue sequence.

The default is selected with a --line-length value of -1 and line breaks can be disabled with a value of 0.

Cut out 11th sequence from IN.fa and write to stdout as FASTA.
Cut out 11th up to and including 12th and 101th up to and including 199th sequence from IN.fq and write to stdout as FASTA.
sak 0.4.8 [tarball]

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.