nlapier2 / Metalign

Metalign: efficient alignment-based metagenomic profiling via containment min hash
MIT License
32 stars 7 forks source link

Create tutorial scripts that show common use cases #12

Open dkoslicki opened 4 years ago

dkoslicki commented 4 years ago

Motivation: I have colleagues who would like to use this tool, but for more than just generating taxonomic profiles. I would also like to utilize the resulting SAM files to do things like investigate horizontal gene transfer, look at structural variation, analyze bacterial evolution, etc.

Goal: create an assortment of bash scripts that show a variety of different ways in which this "reduce database and then align" paradigm can work.

Tasks: Create bash scripts that

I welcome suggestions for other use cases as well.

This work will be performed in a different branch.

luhugerth commented 4 years ago

Hi! Simple question, related to the tutorial :) How does metalign treat paired reads? If two fastq files are given as input, will they be treated as paired? Does it matter what the name of the files is? Thanks!

nlapier2 commented 4 years ago

Hi, thanks for your interest. Right now, we do not handle separate paired reads files; we instead require them to be interleaved first. Accepting separate paired files is a feature we'd like to add.