Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Nanopolish and pilon are calling wrong bases

    Hi,

    we sequenced and assembled a pichia genome with canu and afterwards polished it with nanopolish and with pilon+illumina reads.

    We noticed that the nanopolish Assembly grows against the canu assembly and that it grows again after using pilon and illumina reads for polishing.

    We then viewed our Assembly together with mapped illumina and nanopore reads in IGV and noticed that canu called some bases which nanopolish and pilon removed while polishing but those bases are correct since we can see them in the reads in IGV.

    Why do nanopolish and pilon remove those bases although they are visible in both, illumina and nanopore reads...

    commands we used for nanopolish and pilon:

    Nanopolish:
    nanopolish index -d PATH/TO/FAST5FILES -s PATH/TO/SEQUENCINGSUMMARY.TXT /PATH/TO/COMBINEDFASTQ

    ~/minimap2-2.10_x64-linux/minimap2 -d draft.mmi trimmed_contig.fasta
    ~/minimap2-2.10_x64-linux/minimap2 -ax map-ont -t 16 draft.mmi /PATH/TO/COMBINED.FASTQ | samtools sort -@ 16 -o reads_vs_trimmed_contig.sorted.bam
    samtools index reads_vs_trimmed_contig.sorted.bam

    python3 /usr/lib/nanopolish/nanopolish_makerange.py /PATH/TO/TRIMMED_CONTIG.FASTA | parallel --results nanopolish.results -P 3 nanopolish variants --consensus polished.{1}.fa -w {1} -r /PATH/TO/COMBINED.FASTQ -b /PATH/TO/READS_VS_TRIMMED_CONTIG.SORTED.BAM -g /PATH/TO/TRIMMED_CONTIG.FASTA -t 4 --min-candidate-frequency 0.1 --faster --fix-homopolymers

    python3 /usr/lib/nanopolish/nanopolish_merge.py polished*.fa > polished_GENOME.fa

    pilon:
    java -jar pilon-1.22.jar \
    --genome test.fasta \
    --bam XXX.sorted.bam \
    --fix "bases" \
    --threads 16 \
    --output test \
    --outdir OUT

Latest Articles

Collapse

  • seqadmin
    Recent Advances in Sequencing Analysis Tools
    by seqadmin


    The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
    Today, 07:48 AM
  • seqadmin
    Essential Discoveries and Tools in Epitranscriptomics
    by seqadmin




    The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
    04-22-2024, 07:01 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Today, 07:17 AM
0 responses
11 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-02-2024, 08:06 AM
0 responses
19 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-30-2024, 12:17 PM
0 responses
20 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-29-2024, 10:49 AM
0 responses
28 views
0 likes
Last Post seqadmin  
Working...
X