All Projects → tseemann → phastaf

tseemann / phastaf

Licence: GPL-3.0 license
Identify phage regions in bacterial genomes for masking purposes

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to phastaf

PHANOTATE
PHANOTATE: a tool to annotate phage genomes.
Stars: ✭ 38 (+72.73%)
Mutual labels:  genomics, phage
viGEN
viGEN - A bioinformatics pipeline for the exploration of viral RNA in human NGS data
Stars: ✭ 24 (+9.09%)
Mutual labels:  genomics, bacteria
bactmap
A mapping-based pipeline for creating a phylogeny from bacterial whole genome sequences
Stars: ✭ 36 (+63.64%)
Mutual labels:  genomics, bacteria
bap
Bead-based single-cell atac processing
Stars: ✭ 20 (-9.09%)
Mutual labels:  genomics
SplitThreader
Explore rearrangements and copy-number amplifications in a cancer genome
Stars: ✭ 65 (+195.45%)
Mutual labels:  genomics
Clair3
Clair3 - Symphonizing pileup and full-alignment for high-performance long-read variant calling
Stars: ✭ 119 (+440.91%)
Mutual labels:  genomics
spark-vcf
Spark VCF data source implementation for Dataframes
Stars: ✭ 15 (-31.82%)
Mutual labels:  genomics
haslr
A fast tool for hybrid genome assembly of long and short reads
Stars: ✭ 68 (+209.09%)
Mutual labels:  genomics
workflows
Bioinformatics workflows developed for and used on the St. Jude Cloud project.
Stars: ✭ 16 (-27.27%)
Mutual labels:  genomics
soda
Python-based UCSC genome browser snapshot-taker and gallery-maker
Stars: ✭ 12 (-45.45%)
Mutual labels:  genomics
BigComputeLabs
Big Compute Learning Labs
Stars: ✭ 19 (-13.64%)
Mutual labels:  genomics
fwdpy11
Forward-time simulation in Python using fwdpp
Stars: ✭ 25 (+13.64%)
Mutual labels:  genomics
MultiAssayExperiment
Bioconductor package for management of multi-assay data
Stars: ✭ 57 (+159.09%)
Mutual labels:  genomics
phenol
phenol: Phenotype ontology library
Stars: ✭ 15 (-31.82%)
Mutual labels:  genomics
biowasm
WebAssembly modules for genomics
Stars: ✭ 115 (+422.73%)
Mutual labels:  genomics
gnomad-browser
Explore gnomAD datasets on the web
Stars: ✭ 61 (+177.27%)
Mutual labels:  genomics
go enrichment
Transcripts annotation and GO enrichment Fisher tests
Stars: ✭ 24 (+9.09%)
Mutual labels:  genomics
scarf
Toolkit for highly memory efficient analysis of single-cell RNA-Seq, scATAC-Seq and CITE-Seq data. Analyze atlas scale datasets with millions of cells on laptop.
Stars: ✭ 54 (+145.45%)
Mutual labels:  genomics
disq
A library for manipulating bioinformatics sequencing formats in Apache Spark
Stars: ✭ 29 (+31.82%)
Mutual labels:  genomics
nf-hack17-tutorial
Nextflow basic tutorial for newbie users
Stars: ✭ 32 (+45.45%)
Mutual labels:  genomics

Build Status License: GPL v3 Don't judge me

⚠️ THIS SOFTWARE IS STILL IN VERY EARLY DEVELOPMENT!

phastaf

Identify phage regions in bacterial genomes for masking purposes

Introduction

Quick Start

% head -n 4 contigs.fna
>AE004092.2 Streptococcus pyogenes M1 GAS, complete genome
TTGTTGATATTCTGTTTTTTCTTTTTTAGTTTTCCACATGAAAAATAGTTGAAAACAATAGCGGTGTCCC
CTTAAAATGGCTTTTCCACAGGTTGTGGAGAACCCAAATTAACAGTGTTAATTTATTTTCCACAGGTTGT
GGAAAAACTAACTATTATCCATCGTTCTGTGGAAAACTAGAATAGTTTATGGTAGAATAGTTCTAGAATT

% phastaf --outdir out contigs.fna

% cat out/phage.bed
AE004092.2	529586	570503	370.1
AE004092.2	778519	821003	370.2
AE004092.2	1189119	1222648	370.3
AE004092.2	1773338	1786887	370.4

Installation

Homebrew

brew install brewsci/bio/phastaf  # COMING SOON
phastaf --check

Using Homebrew will install all the dependencies for you: Linux or MacOS

Conda

conda install -c bioconda phastaf  # COMING SOON
phastaf --check

Learn more about Bioconda.

Source

git clone https://github.com/tseemann/phastaf.git
./phastaf/bin/phastaf --help
./phastaf/bin/phastaf --check

You will need to install all the dependencies manually:

  • diamond >= 0.9
  • bedtools >= 2.0
  • any2fasta >= 0.4
  • sort (GNU or BSD)

Feedback

Please file questions, bugs or ideas to the Issue Tracker

License

GPLv3

Citation

Not published yet.

Authors

  • Torsten Seemann
  • Jake Lacey
  • Sharif Shaaban
  • Federica Palma
  • Rebecca Ji Bengtsson
  • Nabil-Fareed Alikhan
  • Carlus Deneke
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].