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

bam_PE? #2

Open
nponts opened this issue Sep 28, 2022 · 3 comments
Open

bam_PE? #2

nponts opened this issue Sep 28, 2022 · 3 comments

Comments

@nponts
Copy link

nponts commented Sep 28, 2022

Hi,
How do I set up read_mode to bam_PE please?
Cheers!

@jrboyd
Copy link
Contributor

jrboyd commented Sep 28, 2022

You set read_mode when creating the QcConfigSignal object.

Something like:
QcConfigSignal(..., read_mode = "bam_PE")

If you give me more details about how you're trying to use ssvQC I can be more helpful/specific probably.

@nponts
Copy link
Author

nponts commented Sep 28, 2022

Hi again, and thank you for this light-speed answer! It actually answers the question :)

But now I have another one...
I ran a quick-and-dirty test on a couple of bams to get a hand on the tool. I could not got through with the mention of non unique ids in prepare_fetch_GRanges_names(qgr, include_id = TRUE) :
qgr$id must be unique. qgr$id is either directly supplied or taken from qgr$name or names(qgr).

By-passed it with the matched_only option set to false but I'm not sure it's a good thing...

@jrboyd
Copy link
Contributor

jrboyd commented Sep 28, 2022

OK. There are several ways to make a valid ssvQC object so it's really unclear to me what you're trying to do or when this error is coming up. Could you elaborate?

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