Hello everyone,
I have question regarding the sequence length distribution. I used cutadapt tool to trim the adapter from paired sequence using the following command below:
cutadapt -a AGATCGGAAGAGCACACGTCTGAACTCCAGTCAC -A AGATCGGAAGAGCGTCGTGTAGGGAAAGAGTGT -j 6 -o filter/R-2T1_R1_001.filter.fastq.gz -p filter/R-2T1_R2_001.filter.fastq.gz R-2T1_R1_001.fastq.gz R-2T1_R2_001.fastq.gz
However after the adapter removal it showed error in sequence length distribution. There was no error prior to adapter removal. I shall be highly appreciate if you can give suggestion how to overcome.
Thank you so much
A couple of points:
Question
-type post, not aTool
-type post. The latter is used to introduce new tools, while the former covers all questions about existing tools.code
option) to present your post better. You can use backticks for inline code (`text` becomestext
), or select a chunk of text and use the highlighted button to format it as a code block. I've done it for you this time.I made the changes now, bioinformatics.queries please stop editing the post. For the future (not in this post anymore) please apply what _r_am listed.