genomic-medicine-sweden / nallo

An analysis pipeline for long-reads from both PacBio and Oxford Nanopore Technologies (ONT), written in Nextflow.
https://genomic-medicine-sweden.github.io/nallo/
MIT License
19 stars 4 forks source link

[User Story] Consistent output formats #64

Open fellen31 opened 7 months ago

fellen31 commented 7 months ago

Need

As a user, I want clear outputs. At the moment variant files are a mix of vcf and bcf, some indexed and some not, some compressed and some not.

Suggested approach

Standardise output variant files as compressed and indexed vcf (vcf.gz) files.

Can be closed when:

VCF.GZ

BED.GZ

TBI/CSI

fellen31 commented 5 months ago

Let's break out file naming in a separate issue #154, since this will be more important closer to implementation.