-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsettings.ini
More file actions
26 lines (21 loc) · 828 Bytes
/
settings.ini
File metadata and controls
26 lines (21 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# CONFIGURATION
# Here you need to put your preferred parameters
[parameters]
# here goes your email
# example@example.com
entrez_email = your E-mail
# Enter the download path for your files, default value = ./download/
download_path = ./download/
# Choose the extension for your accession file, default value = .txt
accession_extension = .tsv
# Here goes your api_key, if you don't have one read the readme file and obtain one
# none
api_key= your NCBI Api-key
# Find your api_key to plot online here: https://plot.ly/settings/api
# To plot offline and have the file enter: offline
dash_api_key = offline
# If you are using a different format of taxonomy list change the delimiter with the appropriated one
# Example for tab separate files:
# delimiter = tab
# Example of delimiters: , ; tab .
delimiter = ,