linear pangenome for crops
1
0
Entering edit mode
14 days ago
analyst ▴ 50

Dear all,

Can you please guide how can I construct linear pangenome for a plant that can be used as a reference genome for variant calling of my plant reads later on?

Thanks a lot

pangenome linear • 314 views
ADD COMMENT
0
Entering edit mode

This is an example pipeline for constructing linear pangenome for beans using NGS seq data, https://www.researchgate.net/publication/338329301_Legume_Pangenome_Construction_Using_an_Iterative_Mapping_and_Assembly_Approach

ADD REPLY
1
Entering edit mode
14 days ago
Semir ▴ 50

You can use Cactus to do so:

cactus-align ./jobstore \
    seqFile.txt \
    alignment.maf \
    --reference ${reference_genome} \
    --maxCores ${task.cpus} \
    --maxMemory ${task.memory.toGiga()}

I generated this answer using amplicon.ai, a tool I've been building to iteratively write and execute bioinformatics code easier. Feel free to try it out

enter image description here

ADD COMMENT

Login before adding your answer.

Traffic: 1932 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6