naobservatory / mgs-workflow

MIT License
3 stars 3 forks source link

Changed repo to mgs-workflow in the definition of three paths in index.config to be consistent with the name the repo has. #3

Closed simonleandergrimm closed 4 months ago

simonleandergrimm commented 5 months ago

My index run choked on these file names. If there is a cleaner fix let me know. I'd assume it would be:

repo_dir = "mgs-workflow"
[...]

contaminants = "${projectDir}/../${repo_dir}/ref/contaminants.fasta.gz" // FASTA file containing additional "contaminant" sequences to screen out during viral identification.
willbradshaw commented 4 months ago

"The name the repo has" is purely up to the person cloning the repo, this isn't something we can control within it. A repo_dir argument would mean this only has to be set once within the config file but wouldn't fully resolve this.

In general, the reason things are in the config file is because it's the user's responsibility to specify them.

jeffkaufman commented 4 months ago

"The name the repo has" is purely up to the person cloning the repo

Why not just say "you need to clone this repo as mgs-workflow"? This is what most folks will do by default.