adapter comments
This commit is contained in:
parent
51abdcdb26
commit
6cf40804c4
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue