Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
E
ecopcr
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • OBITools
  • ecopcr
  • Issues
  • #4

Closed
Open
Opened Apr 16, 2018 by Guilhem SEMPERE@gui.sempere

ecoPCR error

I am trying to design primers from SILVA reference files, using ecoPCR and ecoprimers. The first part of my script consists in the following, that applies to a SILVA fasta preliminarily annotated with NCBI taxids:

ecoPCR/tools/ecoPCRFormat.py --fasta --name ${FASTA_WITH_NCBI_TAX} --taxonomy taxdmp ${FASTA_WITH_NCBI_TAX}.fasta

ecoPCR/src/ecoPCR -d ${FASTA_WITH_NCBI_TAX} -e 2 -D 100 GTGTGCCAGCMGCCGCGGTAA CCGGACTACHVGGGTWTCTAAT > ${FASTA_WITH_NCBI_TAX}_e2_D100_V4.ecoPCR

The second command runs fine when applied to the full SILVA reference file (SILVA_132_SSURef_tax_silva.fasta), however when applied to the NR99 version of this file (SILVA_132_SSURef_Nr99_tax_silva.fasta) it produces the following error:

Reading 1734542 taxa... No local taxon

Reading file SILVA_132_SSURef_Nr99_tax_ncbi_001.sdx containing 695164 sequences...

*** glibc detected *** ecoPCR/src/ecoPCR: free(): invalid next size (normal): 0x00000000068627d0 *** ======= Backtrace: ========= /lib64/libc.so.6[0x3b86275e66] /lib64/libc.so.6[0x3b862789b3] /lib64/libc.so.6[0x3b8627b72e] /lib64/libc.so.6(realloc+0xe5)[0x3b8627baf5] ecoPCR/src/ecoPCR[0x4036b8] ecoPCR/src/ecoPCR[0x4049f4] ecoPCR/src/ecoPCR[0x403a56] ecoPCR/src/ecoPCR[0x403c3e] ecoPCR/src/ecoPCR[0x4029d4] /lib64/libc.so.6(__libc_start_main+0xfd)[0x3b8621ed5d] ecoPCR/src/ecoPCR[0x400f79]

Any ideas why?

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: obitools/ecopcr#4