abishara / athena_meta

read cloud assembler
MIT License
34 stars 8 forks source link

input generation #2

Closed mbourgey closed 7 years ago

mbourgey commented 7 years ago

Hi, this is not an issue per say but I didn't find any tools that are able to generate the fastq file in the format required for Athena. Do you have any insights for that purpose ?

I was thinking aligning the fastq file with the standard tools (longranger/lariat) and extract the information from the bam file.

Thank you in advance

Mat

abishara commented 7 years ago

Hey Mat,

I think that longranger basic/mkfastq should generate a barcoded fastq with the BX tag? At least this was the case in the past when we ran it on our first sequenced samples, but that was nearly a year ago now. I recently updated Athena a couple of days ago to allow the BX tag, which longranger generates, as well as the BC tag we originally requested.

Why would you need to align it to extract the barcode information? These are metagenome reads you are using right?

Let me know if one of the basic pipelines from longranger can’t produce these inputs.

Thanks! alex

On Jun 19, 2017, at 8:00 AM, mbourgey notifications@github.com<mailto:notifications@github.com> wrote:

Hi, this is not an issue per say but I didn't find any tools that are able to generate the fastq file in the format required for Athena. Do you have any insights for that purpose ?

I was thinking aligning the fastq file with the standard tools (longranger/lariat) and extract the information from the bam file.

Thank you in advance

Mat

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/abishara/athena_meta/issues/2, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ACzgIdP0innxE5amX1M5wNPi73KerB2iks5sFo0ngaJpZM4N-W43.

mbourgey commented 7 years ago

Hi Alex,

yes the Iongranger basic should slove my issue. I din't see this option at the beginning in the 10x documentation. It is why I was planning previously to do a fake alignment and then extract the BC tag. I launch the basic and it should work for me (it is still running)

Thank you for you answer

Mat