fastp icon indicating copy to clipboard operation
fastp copied to clipboard

UMI analysis with XT-HS library

Open lmanchon opened this issue 2 years ago • 4 comments

Hello, I use the SSEL XT-HS/Low Input kit from Agilent and the UMIs are positioned at index 2 (see picture below Molecular_Barcode ). The UMIs are in a separate FASTQ file.

Is fastp able to handle this type of build and how do I set up the UMI file in the fastp command? Thank you.

lmanchon avatar Apr 14 '22 12:04 lmanchon

Hi, to my knowledge fastp doesn't handle this case, thus I made a custom tool some time ago to generate fastqs with the UMIs in the headers, in the same fashion as fastp. This was developed for internal use so the documentation is minimal, but I'm available to help for troubleshooting if needed : https://gitlab.com/luka.pavageau/xths_umi_formatter

LukaP-BB avatar Jun 28 '22 09:06 LukaP-BB

Hi, ok it seems to be good for my job. but is there a README file to compile the package ?

lmanchon avatar Jun 28 '22 09:06 lmanchon

Hi, I updated the readme with install instructions and added a pre-compiled bin for linux in the repo.

LukaP-BB avatar Jun 29 '22 07:06 LukaP-BB

ok thank you for your help

lmanchon avatar Jun 29 '22 07:06 lmanchon