Skip to content

Commit

Permalink
Update README and settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
donkirkby committed Feb 4, 2022
1 parent 80e2795 commit 8fb22a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Settings for this project are stored in two files:
- database-related settings are in Settings.pm
- report-related settings are in the top of 2_generate_report.R

The reports are no longer active, so the only code being used is for
uploading QC data to the database.

Changing the run start date
---------------------------
Expand Down Expand Up @@ -49,10 +51,6 @@ Developer notes

If you are not a programmer, you do not need to read this section.

Active issues can be seen on [the project planning board][waffle].

[waffle]: https://waffle.io/cfe-lab/miseqqcreport

Database information
--------------------

Expand Down
2 changes: 1 addition & 1 deletion Settings.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sub new {
# Database connection params
host => get_env("MISEQQC_DB_HOST", "127.0.0.1"),
port => get_env("MISEQQC_DB_PORT", "1521"),
sid => get_env("MISEQQC_DB_SID", "ORCL"),
sid => get_env("MISEQQC_DB_SID", "CFE"),
user => get_env("MISEQQC_DB_USER", "dev_qcs"),
password => get_env("MISEQQC_DB_PASSWORD", "dev_qcs"),
schema => get_env("MISEQQC_DB_SCHEMA", "SPECIMEN"),
Expand Down

0 comments on commit 8fb22a8

Please sign in to comment.