Skip to main content

No project description provided

Project description

FastA index (.fai) handler compatible with samtools faidx. .fai is extended with 4 columns storing counts for A, C, G & T for each sequence.

Usage

Dependencies

  • Python 2.7

Parameters

-h, --help

show this help message and exit

--version

show program’s version number and exit

-v, --verbose

verbose

-i FASTA, --fasta FASTA

FASTA file(s)

-o OUT, --out OUT

output stream [stdout]

-r REGIONS, --regions REGIONS

contig(s) or contig region(s) to output (returns reverse complement if end larger than start)

-N N

calculate NXX and exit ie N50

-L L

calculate LXX and exit ie L50

-S, --stats

return FastA stats aka fasta_stats

Examples

# retrieve sequence of scaffold00001 starting at 100 and ending at 200 base (0-based)
FastaIndex -i contigs.fa -r 'scaffold00001:100-200'

# retrieve reverse complement of the same region
FastaIndex -i contigs.fa -r 'scaffold00001:200-100'

# calculate N50 of FastA file
FastaIndex -i contigs.fa -N50

# more statistics of FastA file
FastaIndex -i contigs.fa -S
# or
fasta_stats -i contigs.fa

Installation

sudo pip install -U FastaIndex

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FastaIndex-0.11rc7.tar.gz (20.1 kB view hashes)

Uploaded Source

Built Distribution

FastaIndex-0.11rc7-py2-none-any.whl (9.5 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page