Created
April 2, 2015 17:44
-
-
Save antonkulaga/8586aa6b7f2ef47be670 to your computer and use it in GitHub Desktop.
FASTQ cleanup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java -jar ./trimmomatic-0.33.jar SE -threads 2 -phred33 /home/antonkulaga/data/raw/flies/fastq/3_TTAGGC_L003_R1_001.fastq /home/antonkulaga/data/raw/flies/cleanup/3_trm.fastq ILLUMINACLIP:/opt/trimmomatic/adapters/TruSeq2-SE.fa:2:30:10 SLIDINGWINDOW:4:25 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment