Code Monkey home page Code Monkey logo

Comments (5)

ziweiwuzw avatar ziweiwuzw commented on September 28, 2024

Hello, I meet same issue, are you figure out?

from quickmerge.

mahulchak avatar mahulchak commented on September 28, 2024

from quickmerge.

chenzhaozhu avatar chenzhaozhu commented on September 28, 2024

from quickmerge.

chenzhaozhu avatar chenzhaozhu commented on September 28, 2024

from quickmerge.

ziweiwuzw avatar ziweiwuzw commented on September 28, 2024

Can you please post your command?

On Wed, Jun 14, 2023, 03:42 Wu Ziwei @.> wrote: Hello, I meet same issue, are you figure out? — Reply to this email directly, view it on GitHub <https://urldefense.com/v3/https://github.com/mahulchak/quickmerge/issues/72*issuecomment-1590746790;Iw!!CzAuKJ42GuquVTTmVmPViYEvSg!Psz-wygMl3AGFdhw0Lv6ZlFnJf7ISs9fblQoPsvUEpkL93DrA3XHMYYW-JmIUJr01vrqGNSWaSv0P6xVLBD_Z-bv$>, or unsubscribe <https://urldefense.com/v3/https://github.com/notifications/unsubscribe-auth/ABZQH2FBRNRMGOY2F2S3U6LXLF2OHANCNFSM6AAAAAAWWHGYM4;!!CzAuKJ42GuquVTTmVmPViYEvSg!Psz-wygMl3AGFdhw0Lv6ZlFnJf7ISs9fblQoPsvUEpkL93DrA3XHMYYW-JmIUJr01vrqGNSWaSv0P6xVLGmAuFBf$> . You are receiving this because you are subscribed to this thread.Message ID: @.>

Sure! Here is the command I'd like to share:
#!/bin/bash
#SBATCH -c 2
source ~/anaconda3/bin/activate ~/anaconda3/envs/genome
PPN=2
genome_file1=/public1/home/genome/nextdenovo/03.ctg_graph/nd.asm.fasta
genome_file2=/public1/home/polish_genome/genome.nextpolish.fasta
output_file=next+flye
nucmer -l 100 -prefix ${output_file} ${genome_file2} ${genome_file1}
delta-filter -r -q -l 10000 ${output_file}.delta > ${output_file}.rq.delta
quickmerge -d ${output_file}.rq.delta -q ${genome_file1} -r ${genome_file2} -hco 5.0 -c 7.0 -l n -ml m -p ${output_file}
Thanks for your help!

from quickmerge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.