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

Support single-end (SE) reads #43

Open
tseemann opened this issue Sep 12, 2017 · 4 comments
Open

Support single-end (SE) reads #43

tseemann opened this issue Sep 12, 2017 · 4 comments

Comments

@tseemann
Copy link
Owner

Should Shovill support SE reads?

@tseemann tseemann self-assigned this Sep 12, 2017
@tseemann tseemann changed the title Support SE reads Support single-end (SE) reads Sep 12, 2017
@rpetit3
Copy link

rpetit3 commented Feb 26, 2019

I'm thinking about implementing this. What are your thoughts (preference) on a separate command (shovill-se?) for only SE reads, or adding the "PE or SE" logic to shovill?

Con for the separation approach is reflecting changes across both. Pro would be not affecting shovill, so it keeps working.

Con for single file is multiple PE or SE checks may litter the main shovill. Pro is its all in one place.

@rpetit3
Copy link

rpetit3 commented Apr 8, 2019

For the time being, I created an alternate shovill-se (https://github.com/rpetit3/shovill/blob/single-end-reads/bin/shovill-se) based on v1.0.4 (3fe8e19)

I've omitted the steps that were for paired reads only. Its available at my personal anaconda acount: https://anaconda.org/rpetit3/shovill and installable with conda via conda install -c rpetit3 shovill


Update: use Bioconda

conda create -n shovill-se -c conda-forge -c bioconda shovill-se 

@lskatz
Copy link

lskatz commented Dec 3, 2022

Correction: Installable with conda install -c rpetit3 shovill-se

Thank you for making this @rpetit3 !

@rpetit3
Copy link

rpetit3 commented Dec 3, 2022

No problem, I'd recommend to use the one from Bioconda instead of my personal channel

https://bioconda.github.io/recipes/shovill-se/README.html

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

No branches or pull requests

3 participants