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

Hardcoding in output name from Script_VOCAL_unified.R #15

Open
silenus092 opened this issue Nov 9, 2024 · 0 comments
Open

Hardcoding in output name from Script_VOCAL_unified.R #15

silenus092 opened this issue Nov 9, 2024 · 0 comments

Comments

@silenus092
Copy link
Collaborator

silenus092 commented Nov 9, 2024

  1. Even though we have the option to change the output name, the code inside is still hardcoded
    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

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

1 participant