Hello,
I would like to use fastx_barcode_splitter.pl to creat individual read files for each samples, and have typed the following command in terminal. It has been separated each samples but also showed error. I also got one file that is containing unmatched.fq file which is 10.9 MB of the input file 19.6 MB.
$ cat par.r1r2.fq | fastx_barcode_splitter.pl --bcfile barcodes.txt --bol --prefix "par." --suffix ".fq"
Error: bad input file, expecting line with sequence name2
Can anyone advice me how can I get rid of this error? Thank you.
I would like to use fastx_barcode_splitter.pl to creat individual read files for each samples, and have typed the following command in terminal. It has been separated each samples but also showed error. I also got one file that is containing unmatched.fq file which is 10.9 MB of the input file 19.6 MB.
$ cat par.r1r2.fq | fastx_barcode_splitter.pl --bcfile barcodes.txt --bol --prefix "par." --suffix ".fq"
Error: bad input file, expecting line with sequence name2
Can anyone advice me how can I get rid of this error? Thank you.
Comment