Skip to content

Commit

Permalink
Merge pull request #400 from sanger/DPL-050-newcastle-lab
Browse files Browse the repository at this point in the history
DPL-050 Automated processing on Beckmans: New LH lab Newcastle [Heron]
  • Loading branch information
KatyTaylor authored Jul 26, 2021
2 parents b465b26 + 184c083 commit f64bd71
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.25.0
1.26.0
14 changes: 14 additions & 0 deletions crawler/config/centres.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,20 @@
"file_names_to_ignore": [],
"biomek_labware_class": BIOMEK_LABWARE_CLASS_KINGFISHER,
},
{
"barcode_field": FIELD_RNA_ID,
"barcode_regex": CENTRE_REGEX_BARCODE,
"name": "Newcastle",
"prefix": "NEWC",
"lab_id_default": "NCL",
"backups_folder": f"{CENTRE_DIR_BACKUPS}/NEWC",
"sftp_file_regex_unconsolidated_surveillance": r"^$",
"sftp_file_regex_consolidated_surveillance": r"^ICHNE\d+[A-Z|a-z]{1}\.csv$",
"sftp_file_regex_consolidated_eagle": r"^$",
"sftp_root_read": "project-heron_newc",
"file_names_to_ignore": [],
"biomek_labware_class": BIOMEK_LABWARE_CLASS_KINGFISHER,
},
{
"barcode_field": FIELD_RNA_ID,
"barcode_regex": CENTRE_REGEX_BARCODE,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from crawler.db.mongo import get_mongo_collection
from crawler.main import run

NUMBER_CENTRES = 11
NUMBER_CENTRES = 12
NUMBER_VALID_SAMPLES = 7
NUMBER_SAMPLES_ON_PARTIAL_IMPORT = 10
NUMBER_OF_FILES_PROCESSED = 12
Expand Down

0 comments on commit f64bd71

Please sign in to comment.