pepkit / geofetch

Builds a PEP from SRA or GEO accessions
https://pep.databio.org/geofetch/
BSD 2-Clause "Simplified" License
46 stars 5 forks source link

Fix of colons in config file #95

Closed khoroshevskyi closed 2 years ago

khoroshevskyi commented 2 years ago

I have fixed issue with colons and other symbols in config file. Now it will look like this:

...
sra: "https://www.ncbi.nlm.nih.gov/sra?term"
...
khoroshevskyi commented 2 years ago

@nsheff It seems like I solved the issue with escaping quotes

nsheff commented 2 years ago

ok, then great, go for it.