Skip to content
/ rnaseq Public

Basic perl script to run RNA-seq and process alignment files

Notifications You must be signed in to change notification settings

hhg7/rnaseq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

rnaseq

Basic perl script to align RNA-seq single-end fastq files with STAR and then extract transcript counts with featureCounts/subread. This is designed to be a convenience for RNA-Seq processing, and to save time writing scripts.

options

-a annotation file for featureCounts. Accepts file afterward. Optional.

-d debug. Only print commands that would be executed. Does not accept arguments. Optional.

-g genome directory for STAR alignment. Accepts directory as argument. Required.

examples

specify an annotation file and a STAR genome directory

perl rnaseq.pl -a ~/GENE_DATA/gencode.v26.annotation.gtf -g ~/GENE_DATA/hg38

only do debugging, just to see the commands that rnaseq.pl will output

perl rnaseq.pl -a  ~/GENE_DATA/gencode.v26.annotation.gtf -g ~/GENE_DATA/hg38 -d

About

Basic perl script to run RNA-seq and process alignment files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages