We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Script_VOCAL_unified.R \ -s "vocal-alerts-samples-all.csv" \ -c "vocal-alerts-clusters-summaries-all.csv"
write_csv(vocal_samples_out, file = file.path("vocal-alerts-samples-all.csv")) write_csv( vocal_list_clusters_properties_with_mutations, file = file.path("vocal-alerts-clusters-summaries-all.csv") )
Note: the Script_VOCAL_unified.R is modified to be used in next flow pipeline, so if you run the
Script_VOCAL_unified.R \ -f ${variants_with_phenotypes} \ -s "vocal-alerts-samples-all.csv" \ -c "vocal-alerts-clusters-summaries-all.csv" \ -a "${metadata}" \ --ecdc ${ecdc} \ --bloom ${bloom} \ --lineages ${lineages}
the output directory will be the same when you execute the command
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Note: the Script_VOCAL_unified.R is modified to be used in next flow pipeline, so if you run the
the output directory will be the same when you execute the command
The text was updated successfully, but these errors were encountered: