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 file as input ? #66

Open
BenjaminGuinet opened this issue May 28, 2024 · 1 comment
Open

Bam file as input ? #66

BenjaminGuinet opened this issue May 28, 2024 · 1 comment

Comments

@BenjaminGuinet
Copy link

Hello, as I have a lot of bam files, and to avoid taking too much space and extracting the reads, I wanted to know if Metabuli could handle a command like this:

samtools fastq --threads 16 Myfile.bam | seqtk seq -A - | metabuli classify --seq-mode 1 RefSeq_metabuli_db Metabuli_classify_short_reads Classify_short_reads --min-score 0.15 --min-sp-score 0.5

I tried this but it does not seem to work.

Any idea about another way to do this?

Thanks a lot.

@jaebeom-kim
Copy link
Member

Sorry for the delayed answer.
Currently, Metabuli doesn't support BAM input files and standard input.
I think your command is not working since Metabuli doesn't take standard input as query sequences.
Let me try two things.

  • Supporting BAM files
  • Supporting standard inputs.

Thanks a lot!

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