Please check the items below before submitting an issue.
They help to improve the communication efficiency between us.
Thanks!
Prerequisites
Describe your issue in detail
I am running seqkit on a RedHat server:
seqkit rmdup --threads 10 --dup-num-file dup.tsv --ignore-case --by-seq --out-file collapsed.fastq.gz collapsed.rmdup.fastq.gz
But seqkit rmdup does not create the dup-num-file (dup.tsv) file if there are no duplicated reads in the input file.
Input file is a FASTQ:
$ zcat collapsed.fastq.gz | head -n 8
@T0_RID60_S1_CM000682.2_ngsngs:13496936-13497014_length:79_mod0000 F2 R1 merged_79_0
TAAGGAAGCAGTGGAAAAAGAATAAATGCTGTAGATGAGGACAAGAAATTAGTTGAACTTTAATAAACTTCAAATGACT
+
CCCGGGGGG=GGGJJJGJGJJGJJJJJJGJCJJC=GJJJJJJGG1JGGGJJCGJJJG=JGGCGJCCJJGJJJGJGCCJG
@T2_RID60_S1_CM000666.2_ngsngs:130549431-130549518_length:88_mod0000 F3 R1 merged_88_0
TTTGCTCATATTTTGTGAAGTATTTTTATATCTGTATTCATGAATGATATTGCCATGCAATTGTCTTTTATTTTAATAATCTTGTCTT
+
CC8G=GGGGGGGGJJGJJJJJJJJJGCGGJJGJCJJJJJGJG8J1J=GJCJGJJJJJ(GGJGJGGJGGGGJJJJGJGGGCJJCJGGCJ
Please check the items below before submitting an issue.
They help to improve the communication efficiency between us.
Thanks!
Prerequisites
For Mac users, Please download
seqkit_darwin_amd64.tar.gzfor Mac with Intel CPUs.seqkit_darwin_arm64.tar.gzfor Mac with M series CPUs.seqkit version -u.Describe your issue in detail
file xxxandls -lh xxx.head -n 5 xxxorzcat xxx.gz | head -n 5.I am running
seqkiton a RedHat server:But
seqkit rmdupdoes not create thedup-num-file(dup.tsv) file if there are no duplicated reads in the input file.Input file is a FASTQ: