-
Notifications
You must be signed in to change notification settings - Fork 6
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
improved documentation for configuring conf.yml #238
Comments
hi @clb21565 - do these docs help? note that it's in YAML format - see https://yaml.org/. Happy to answer specific or general questions here or elsewhere as you need! there's a gitter channel here where you can get realtime support too :) sourmash-bio/sourmash#1686 |
(also happy to get suggestions on how to improve findability of docs!) |
ahah! i didn't scroll far enough and i don't think it was in the ToC at the top, but, this is great thank you! |
nevermind i was just blind |
no worries at all, never hesitate to ask! it helps us improve! |
I need to add it to the ToC on top 🤔 |
hi there, might be me, but i'm having a hard time knowing how to format the conf.yml file to run sourmash with settings other than defaults
i found this link
https://github.com/dib-lab/genome-grist/blob/latest/genome_grist/conf/defaults.conf
which looks to be the defaults in the correct format?
metagenome_trim_memory: 10e9
sourmash_compute_ksizes:
sourmash_scaled: 1000
by default, leave stuff in /tmp
tempdir:
cache genbank genome info in ./genbank_cache/ by default
genbank_cache: ./genbank_cache/
allow automatic download from SRA
prevent_sra_download: false
in any case, would be maybe helpful to have some additional documentation on it
The text was updated successfully, but these errors were encountered: