Giter Club home page Giter Club logo

coreugate's People

Contributors

kristyhoran avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

coreugate's Issues

stray println statement in v2.0.5

It appears there's a debugging println statement that's made it's way into release v2.0.5 which causes errors in Nextflow 23.04.1.
ERROR ~ No such variable: println
It looks like line 97 in coreugate/utils/main.nf

missing dependencies csvtk, rapidnj, cgmlst-dists, and scikit-learn.

After a bit of work I have a conda env that works with coreugate. There were a few undocumented dependencies so I thought I'd share my build for others who want to try it.
The main issues were a change in chewbbaca where they removed the --fr argument in v3.0.0, and missing csvtk, rapidnj, cgmlst-dists, and scikit-learn. I'm building the conda env inside a singularity container but this should work for standard conda/mamba as well.

conda create --yes --quiet --name coreugate_2.0.5 -c conda-forge -c anaconda -c bioconda  'nextflow>=20.10' bcftools=1.15.1 singularity 'python>=3.7' 'biopython>=1.70' 'chewbbaca>=2.8.4, <3.0.0' csvtk rapidnj cgmlst-dists scikit-learn

conda activate coreugate_2.0.5

#  use commit 89f613e9984c4d59400ec91d9065a786ddd256dd as there's a println bug in v2.0.5
python3 -mpip install git+https://github.com/kristyhoran/Coreugate.git@89f613e9984c4d59400ec91d9065a786ddd256dd

input file

Hi Kristy,
In the old version (https://github.com/MDU-PHL/Coreugate), the input file could be reads or assemblies. However, according to my understanding, in this new version, the input file could only be assemblies. Is this right? Can we input reads files?

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.