Git Product home page Git Product logo

Comments (5)

clintval avatar clintval commented on September 26, 2024

Thanks! I'll check this out now.

from sample-sheet.

clintval avatar clintval commented on September 26, 2024

At the moment the only supported interpreter is Python3.6. If you have interest in this library supporting previous Python versions let me know.

Are you sure you are using Python 3.6? Your print sample_sheet statement suggests otherwise.

I just did a fresh install with:

$ pip3 install sample-sheet

And the following result:

>>> import os
>>> import sys
>>> import csv
>>> from sample_sheet import SampleSheet

>>> url = 'https://raw.githubusercontent.com/clintval/sample-sheet/master/tests/resources/{}'
>>> sample_sheet = SampleSheet(url.format('paired-end-single-index.csv'))
>>> print(sample_sheet)  # note the Python3 print syntax
SampleSheet("https://raw.githubusercontent.com/clintval/sample-sheet/master/tests/resources/paired-end-single-index.csv")

EDIT: By the way you should not need the os, sys, or csv imports.

from sample-sheet.

nuin avatar nuin commented on September 26, 2024

Yes, it worked ok from the console, it might be something on somewhere in my Python setup. I am using 3.6 anyway.

Thanks, I will close it.

from sample-sheet.

clintval avatar clintval commented on September 26, 2024

No problem. Feel free to write back if you have any difficulty.

from sample-sheet.

nuin avatar nuin commented on September 26, 2024

It worked fine, some dumb mistake on my end. I tested with your example and it worked fine. I will open another ticket, with a request more than an error.

Thanks again

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.