Git Product home page Git Product logo

Comments (8)

clintval avatar clintval commented on September 26, 2024 1

I'm very interested in user-feedback because I would like to release a formal v1.0 at some point this year which may include API breaking changes.

Feel free to ping me with ideas for enhancements, gripes, or other common uses you would like to see in this library.

from sample-sheet.

clintval avatar clintval commented on September 26, 2024

Thanks for reaching out!

Because I'm hosting on bioconda I think I'm explicitly relying on their setup instructions here:

https://bioconda.github.io/user/install.html#set-up-channels

I can definitely make the README.md much more clear by referencing the Bioconda docs but also providing an install command that has the channels in the correct order!

Thanks for pointing out.


Your second bug is very odd. What command was used to install?

Was it just a pip install sample-sheet?

from sample-sheet.

mivade avatar mivade commented on September 26, 2024

No, I was running pip install . with my own package which included sample-sheet as a dependency. pip install sample-sheet locally worked just fine, however.

from sample-sheet.

clintval avatar clintval commented on September 26, 2024

Ah I see the bug. I can patch. Thanks for reporting!

from sample-sheet.

clintval avatar clintval commented on September 26, 2024

I'll try to get to later today.

from sample-sheet.

mivade avatar mivade commented on September 26, 2024

Thanks!

from sample-sheet.

clintval avatar clintval commented on September 26, 2024

Hi @mivade, thanks for reaching out!

🤞 I think I fixed both of your bugs.

  1. The main README and hosted documentation have more accurate instructions for installing from Bioconda.
  2. I changed setup.py to use file reading methods that do not rely on pathlib.Path.

The new release 0.9.1 is up on PyPi and can be installed with:

❯ pip install sample-sheet

I am still waiting on Bioconda to revision up the conda-hosted package:

bioconda/bioconda-recipes#16196

Although there are no changes in the library from 0.9.0 to 0.9.1 the following should work regardless:

# After setting up Bioconda channels correctly: https://bioconda.github.io/user/install.html#set-up-channels
❯ conda install sample-sheet

Instead:

❯ conda install -c bioconda -c conda-forge -c defaults sample-sheet

from sample-sheet.

mivade avatar mivade commented on September 26, 2024

@clintval thank you for your quick updates! I've confirmed that the updated version fixes the pip install issue.

from sample-sheet.

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.