make_lastz_chains icon indicating copy to clipboard operation
make_lastz_chains copied to clipboard

Portable solution to generate genome alignment chains using lastz

Results 30 make_lastz_chains issues
Sort by recently updated
recently updated
newest added

Dear Authors, thank you very much for providing the pipeline! I would like to run the pipeline on different genomes together to compute whole genome alignment of different species to...

documentation

Idea for the future: add a module that accumulates detailed statistics for each pipeline step. Like, as how many chains we get for each chromosome after axtChain, how many blocks...

enhancement

Hi I want to do chainself. Can this pipeline do chainself?

enhancement

Hi, Bogdan and Michael @kirilenkobm @MichaelHiller, This was originally a comment on issue #9. Then, I realize it's a separate issue. When I tried human vs. Chimpanzee and human vs....

documentation
performance

Hello again, I was trying to align the corroboree frog and _X. tropicalis_ genomes. The corroboree frog genome ([GCF_028390025.1](https://www.ncbi.nlm.nih.gov/datasets/genome/GCF_028390025.1/)) is not prohibitingly large, but it includes a chromosome larger than...

Hi @kirilenkobm and @MichaelHiller, Thank you for providing this pipeline! I am using make_lastz_chains version 2.0.8 in our Slurm cluster. When I run the test example `./make_chains.py target query test_data/test_reference.fa...

Hello, professor I was running the pipeline to align my genome assemblies with mm10 genome via slurm: ` ./make_chains.py target query mm10.fasta Bsu.softmask.fasta --pd mm-Bsu -f --chaining_memory 30 --cluster_queue pNormal...

I tested make _lastz _chains with the mouse genome mm10 and the human genome hg19, running the script as follows: `python3 /home/luria/make_lastz_chains-2.0.8/make_chains.py hg19 mm10 /home/luria/hg19_chrom.fa /home/luria/mm10_chrom.fa --project_dir /home/luria/mm10_vs_hg19` But I...

Hi again, Recently, we have been testing `make_lastz_chains` v2.0.8 (MLC v2) to run on our SGE grid. After adding some `clusterOptions` directives to the `Nextflow` template (`execute_joblist.nf`), the MLC v2...

We have been adding `BLASTZ_Q` parameter when running `make_lastz_chains` v1.0.0 (MLC v1) to use an alternative scoring matrix (HoxD55 instead of the default HoxD70) for increased sensitivity when aligning more...