Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tried to run on single strand mode, not working #17

Open
ryanpe13002 opened this issue Mar 22, 2023 · 2 comments
Open

Tried to run on single strand mode, not working #17

ryanpe13002 opened this issue Mar 22, 2023 · 2 comments

Comments

@ryanpe13002
Copy link

To whom it may concern,

Hi! My name is Ryan Englander, I am an MD/PhD student at the Jackson Laboratory for Genomic Medicine. I am trying to use this package to check the strandedness of some single end RNA-seq data.

I installed this package using "pip3 install how_are_we_stranded_here", but unfortunately, it keeps throwing an error that R2 is required when I run with the command:

check_strandedness --gtf "$GTF" --transcripts "$FASTA" -n 500000 --reads_1 "$FILENAME" -k "$INDEX"

How do I install the most recent version that supports single end data?

Thanks so much,
Ryan

@Nick-Nunley
Copy link

I am having the same exact issue and I am running v1.0.1

@Nick-Nunley
Copy link

Nick-Nunley commented Apr 10, 2024

I don't think they have released the changes yet.

I checked the script in my site-packages directory and it still has --reads_2 set to required = True (different from the latest commits on this repo).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants