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

[Freyja] Remove lineage file if not SARS-CoV-2 #688

Open
Michal-Babins opened this issue Dec 11, 2024 · 2 comments
Open

[Freyja] Remove lineage file if not SARS-CoV-2 #688

Michal-Babins opened this issue Dec 11, 2024 · 2 comments

Comments

@Michal-Babins
Copy link
Contributor

🆒

📌 Explain the Request

Remove SARS-CoV-2 lineage file if pathogen is not SARS-CoV-2. As of Freyja release v1.5.2, the pathogen flag is exposed and this leads to other allowed pathogens outside of SARS-CoV-2. For other pathogens we don't want the pangolineage.

@AndrewLangvt
Copy link
Contributor

@Michal-Babins can you provide a bit more context here... where does the lineage file come from/land if a non-SC2 pathogen is prescribed by the user?

@Michal-Babins
Copy link
Contributor Author

Within the freyja task, the default behavior is to pass in this freyja_lineage_metadata file, however this is specifically for sars-cov-2, newer versions of freyja support other pathogens. We only want this file to be passed in to here

~{"--meta " + freyja_lineage_metadata} \
and here
~{'--meta ' + freyja_lineage_metadata} \
. Other pathogens just use barcodes so this flag is not needed for anything other than sars-cov-2.

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