Trimmomatic update (simplified) #5

Merged
J.v.N. merged 2 commits from P300299/system_genetics:master into master 2021-02-15 17:06:35 +01:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 6cf40804c4 - Show all commits

View File

@ -6,6 +6,11 @@
module load Trimmomatic
# Adapters can be found at
# https://github.com/timflutre/trimmomatic/tree/master/adapters
# But should be verified with FastQC, or in another way.
# (Example) Paired end
java -jar $EBROOTTRIMMOMATIC/trimmomatic.jar PE \
-phred33 \