I’m trying to generate a UMI whitelist using umitools, but my input is a list of strings (e.g., a text file with one UMI per line). I’m not sure how to proceed with this type of input.
For example, my input file (umis.txt) looks like this:
ATGCTAAAA
GCTAGCTTT
TAGCTAAAA
.
I want to use umi_tools whitelist to process this list and generate a whitelist. However, most of the documentation seems to focus on FASTQ files as input.
Could someone guide me on:
Whether it’s possible to directly use a string list with umi_tools whitelist?
If not, what would be the best way to convert this list into a compatible format for umitools?
Any help or examples would be greatly appreciated!
Thanks in advance.
I’m trying to generate a UMI whitelist using umitools, but my input is a list of strings (e.g., a text file with one UMI per line). I’m not sure how to proceed with this type of input.
For example, my input file (umis.txt) looks like this:
ATGCTAAAA
GCTAGCTTT
TAGCTAAAA
.
I want to use umi_tools whitelist to process this list and generate a whitelist. However, most of the documentation seems to focus on FASTQ files as input.
Could someone guide me on:
Whether it’s possible to directly use a string list with umi_tools whitelist?
If not, what would be the best way to convert this list into a compatible format for umitools?
Any help or examples would be greatly appreciated!
Thanks in advance.