You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add supporting for SMPL (sample barcode) pattern. Use SMPL to split (demultiplex) into files and check it in the whitelist; Add new parameter --demultiplex. If you specify it fastq will split into files by SMPL barcode
The text was updated successfully, but these errors were encountered:
Add group_type <> group correspondence dictionary as a parameter. By default UMIi where i is an integer, CBi and SBi should be considered. E.g. the default for this parameter can be
@yuliajk, I think is a good idea to move all code with umi preprocessing into a new pyumi step (calib-dedup step will contain code with running only calib tool). For more information see: #13
There is calib-dedup step. You should to do:
UMI
(molecular barcode) pattern. MoveUMI
to the read start and use it in deduplication (already done);SMPL
(sample barcode) pattern. UseSMPL
to split (demultiplex) into files and check it in the whitelist; Add new parameter--demultiplex
. If you specify it fastq will split into files bySMPL
barcodeThe text was updated successfully, but these errors were encountered: