File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,8 @@ def __init__(self):
254
254
# https://www.idtdna.com/pages/products/next-generation-sequencing/workflow/xgen-ngs-library-preparation/methyl-seq-dna-library-kit#product-details
255
255
# https://sfvideo.blob.core.windows.net/sitefinity/docs/default-source/technical-report/tail-trimming-for-better-data-technical-note.pdf?sfvrsn=135efe07_4
256
256
# 10 bases from END of R1 10 bases from START of R2
257
- "XGENMETHY" : "ACACGACGCTCTTCCGATCTXXXXXX>XXXXXXXXXXAGATCGGAAGAGCACACGTC" ,
257
+ # remove 2 letter from the begin of R1, which might be random primer
258
+ "XGENMETHY" : "ACACGACGCTCTTCCGATCTXX>XXXXXXXXXXAGATCGGAAGAGCACACGTC" ,
258
259
# for snmC-seq, trim 15 bases
259
260
"XGENSNMC" : "ACACGACGCTCTTCCGATCTXXXXXX>XXXXXXXXXXXXXXXAGATCGGAAGAGCACACGTC" ,
260
261
# The general method for xGen / Swift kit, might be better than hard clip, TODO
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " cutseq"
3
- version = " 0.0.56 "
3
+ version = " 0.0.57 "
4
4
description = " Automatically cut adapter / barcode / UMI from NGS data"
5
5
authors = [
" Ye Chang <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments