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

Assign libraries for paired end data in the reademption deseq command #61

Open
termithorbor opened this issue Apr 5, 2024 · 1 comment

Comments

@termithorbor
Copy link

Hi,

how do I assign the libraries for paired end data in the reademption deseq command?

The names of my reads are like this:

1-hour-1A_p1.fq
1-hour-1A_p2.fq
1-hour-2A_p1.fq
1-hour-2A_p2.fq

Where p1 are the forward and p2 the reverse reads.

Do I have to wirte:
a) --libs 1-hour-1A,1-hour-2A
or
b) --libs 1-hour-1A_p1.fq,1-hour-1A_p2.fq,1-hour-2A_p1.fq,1-hour-2A_p2.fq

I would assume a) but a statement in the manual would be very helpful since the examples are solely for single end data.

Thanks in advance,
Thorben

@Tillsa
Copy link
Collaborator

Tillsa commented Apr 29, 2024

Hello @termithorbor

It is option a)

And thank you for pointing out that the documentation is missing a paired end data example, we will fix this.

Best,
Till

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