Closed ZhangDengwei closed 1 year ago
I also encountered the same problem, how did you solve it? @ZhangDengwei
Run individually for read 1 and read 2.
Rscript extract_microbiome_reads.r --sample_name ${q}_1 --fq out.${q}_1.fq --kraken_report out.${q}.kraken.report.txt --mpa_report out.${q}.kraken.report.mpa.txt --out_path ./
Rscript extract_microbiome_reads.r --sample_name ${q}_2 --fq out.${q}_2.fq --kraken_report out.${q}.kraken.report.txt --mpa_report out.${q}.kraken.report.mpa.txt --out_path ./
OK, I misunderstood that I need to repeat the -fq parameter twice, Thank you!
Hi there,
Thanks for developing this amazing tool! I tried to apply it to paired-end single-cell sequencing reads, following the tutorial with the commands below
Prior to running k-mer analysis, generated files include
I wonder why only one
SRR8088290.fa
was generated from the paired reads, which only include reads fromout.SRR8088290_2.fq
but notout.SRR8088290_1.fq
. Also,sckmer.r
can take in two pairedfasta
files. Is there anything wrong regarding my codes or my understanding of the tutorial?Any suggestion would be greatly appreciated!