latest news

06.29.2019

VisCello; for visualization of single cell data.

access info ...

06.27.2018

Sample data provenance from 1,347 RNAseq samples.

access info ...

06.07.2018

ORNASEQ: Ontology for RNA sequencing.

access info ...

Penn SCAP-T Pipeline: Documentation

Back ↩ License (pdf)

Module: BLASTDB

This module will generate a Blast database using the raw (untrimmed) reads. The sampleID will be used as the name for the Blast database.

Usage:
    ngs.sh blastdb [-se] sampleID
Input:
    sampleID/orig/unaligned_1.fq
    sampleID/orig/unaligned_2.fq (paired-end reads)
Output:
    sampleID/blastdb/*
Requires:
    makeblastdb ( ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/ )
Options:
    -se - single-end reads (default: paired-end)

Generates blast database from reads.