You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @famosab, Yes, both MuSE 1 and MuSE 2 utilize the index files of BAM files to efficiently access reads at specific genomic locations. If these index files are missing, please generate them using tools such as Samtools or GATK before running MuSE.
For the reference genome index file, MuSE 1 required it to quickly retrieve the reference allele at a specified genomic position. In contrast, MuSE 2 leverages an in-memory dictionary data structure that stores the entire reference genome, enabling it to access the reference allele directly without needing an index file. As a result, the reference genome index file is no longer required for MuSE 2.
While working on the nf-core modules I encountered two things which I could not determine from the docs:
The text was updated successfully, but these errors were encountered: