summaryrefslogtreecommitdiff
path: root/Code/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'Code/configure.py')
-rw-r--r--Code/configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Code/configure.py b/Code/configure.py
index 34446c3..f12eed9 100644
--- a/Code/configure.py
+++ b/Code/configure.py
@@ -6,7 +6,7 @@ SALMON_MAP_RESULT_DIR = '../Data/temp/salmon_map_result'
KMER = 31
# From download_and_map.py
-DAILY_MAP_NUMBER = 10 # download this many samples each time. I have tested the values of 3, 4, 5, 8.
+DAILY_MAP_NUMBER = 2 # download this many samples each time. I have tested the values of 3, 4, 5, 8.
MIN_FASTQ_FILE_SIZE = 200000000 # in bytes, approximately 200MB
INFO_DIR = '../Data/information/'
ENA_RECORDS_READ_RUN = '../Data/information/ena_read_run.xml'