fastx-utils
fastx-utils copied to clipboard
What the barcode file format?
Hi! I want to split sample from fastq. But when I run seqtk_demultiplex command, I get the reminder-"barcode file format error!". So I want to know what the correct format. And It seems the tutor link can't not be opened! http://www.biostack.org/?p=428. Here I provide a link(链接:https://pan.baidu.com/s/14cASnBFtEtRlm6-mYJMkrQ 提取码:0909 --来自百度网盘超级会员V4的分享) including all my data I run this time. Thanks your attention. Looking forward to your reply!
You can you atlas-utils demux (https://github.com/jameslz/atlas-utils) with the command:
atlas-utils demultiplex -b barcode.txt -1 2023-11-7_raw_1.fq.gz -2 2023-11-7_raw_2.fq.gz -l 9 -d BARCODE
and any blank lines in barcode.txt file should be removed.