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

add STAR in PG paired detection #56

Closed
wants to merge 1 commit into from
Closed

add STAR in PG paired detection #56

wants to merge 1 commit into from

Conversation

WardDeb
Copy link

@WardDeb WardDeb commented Mar 9, 2022

Hi,

I've hit a case where I have single-end data aligned with STAR. Running with flags:

--snp_file SNPgenome/all_CAST_EiJ_SNPs_C57BL_6NJ_reference.based_on_GRCm38.txt
--no_sort
-o RNAsplit

gave me the error:

Unable to detect library type automatically, please specify whether the file is single- or paired-end manually

It doesn't seem that I can specify single-end (as --paired is a flag).
Adding the ID:STAR circumvents this error, though I'm not sure if it makes sense to solve this here (not really familiar with perl).

Kind regards,

WardDeb

@FelixKrueger
Copy link
Owner

Hi @WardDeb

Sorry hadn't realised you submitted a PR; I have now tried to implement an option --single_end that should allow you to skip the paired-end auto-detection altogether. Can you please clone the dev version and see if it now works for you?

@WardDeb
Copy link
Author

WardDeb commented Mar 9, 2022

Works as a charm,

thanks a lot !

@WardDeb WardDeb closed this Mar 9, 2022
@FelixKrueger
Copy link
Owner

Glad to hear it, thanks for bringing this to my attention!

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

Successfully merging this pull request may close these issues.

2 participants