Code Monkey home page Code Monkey logo

Comments (2)

jrober84 avatar jrober84 commented on June 29, 2024

Hello Joseph,

Thank you for the report, I will have the defaults of the parameters listed in the readme in a future update. I hadn't realized that the defaults weren't visible when you use --help. Here are the defaults from the arguments in the code. I am currently updating the MOB-suite with a pretty significant overhaul so I will add that to the documentation as part of that update

('--min_rep_evalue', type=str, required=False,
help='Minimum evalue threshold for replicon blastn',
default=0.00001)

('--min_mob_evalue', type=str, required=False,
help='Minimum evalue threshold for relaxase tblastn',
default=0.00001)

('--min_con_evalue', type=str, required=False, help='Minimum evalue threshold for contig blastn',
default=0.00001)

('--min_ori_evalue', type=str, required=False,
help='Minimum evalue threshold for oriT elements blastn',
default=0.00001)

('--min_mpf_evalue', type=str, required=False,
help='Minimum evalue threshold for mpf elements blastn',
default=0.00001)

('--min_rep_ident', type=int, required=False, help='Minimum sequence identity for replicons',
default=80)

('--min_mob_ident', type=int, required=False, help='Minimum sequence identity for relaxases',
default=80)

('--min_ori_ident', type=int, required=False,
help='Minimum sequence identity for oriT elements', default=90)

('--min_mpf_ident', type=int, required=False,
help='Minimum sequence identity for mpf elements', default=80)

('--min_rep_cov', type=int, required=False,
help='Minimum percentage coverage of replicon query by input assembly',
default=80)

('--min_mob_cov', type=int, required=False,
help='Minimum percentage coverage of relaxase query by input assembly',
default=80)

('--min_ori_cov', type=int, required=False,
help='Minimum percentage coverage of oriT',
default=90)

('--min_mpf_cov', type=int, required=False,
help='Minimum percentage coverage of mpf',
default=80)

('--min_overlap', type=int, required=False,
help='Minimum overlap of fragments',
default=10)

from mob-suite.

jnesme avatar jnesme commented on June 29, 2024

from mob-suite.

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.