Skip to content

Commit

Permalink
Disable autodetect for RBS
Browse files Browse the repository at this point in the history
  • Loading branch information
BuysDB committed Apr 3, 2024
1 parent a3ad8db commit 10b17a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,5 @@ def __init__(self, barcodeFileParser, **kwargs):
**kwargs)
self.shortName = 'RBSN' #'ReBsNla384C8U8E3I15'
self.longName = 'Restriction-BS, NlaIII; 384w; UMI: 8 bp, CB: 8bp, Enz. ID: 3bp, ISPCR: 15 bp'
self.autoDetectable = True
self.autoDetectable = False
self.description = 'Bisulfite-compatible barcoded Nla Adapters (384w). R1 contains UMI, BC, Enzyme ID and ISPCR.'

0 comments on commit 10b17a0

Please sign in to comment.