Changes in this log refer only to changes that make it to the 'main' branch. and
For changes in deployment, please see the deployment changelog
Author: Alexis Lucattini Email: Alexis.Lucattini@umccr.org
- Debug authentication issues (#229)
Author: Alexis Lucattini Email: Alexis.Lucattini@umccr.org
- Updated contribution guide (#218)
Author: Alexis Lucattini Email: Alexis.Lucattini@umccr.org
Author: Alexis Lucattini Email: Alexis.Lucattini@umccr.org
Author: Alexis Lucattini Email: Alexis.Lucattini@umccr.org
Author: Alexis Lucattini Email: Alexis.Lucattini@umccr.org
Author: Alexis Lucattini Email: Alexis.Lucattini@umccr.org
- Update how is_identified column is processed as it can both be a string and a boolean value (#163)
- Resolves #162
Author: Alexis Lucattini Email: Alexis.Lucattini@umccr.org
- Update sample type trimming of _sample suffix (#150)
- Resolves #149
- Update patient_care naming to patientcare (#156)
- Resolves #155
Author: Alexis Lucattini Email: Alexis.Lucattini@ummcr.org
-
Add portal run id to sequencer run attribute of PierianDx Case Accession (#142)
- Resolves #130
-
Allow both sub_panel and subpanel as valid panel types (#143)
- Resolves #139
Author: Alexis Lucattini Email: Alexis.Lucattini@ummcr.org
Author: Alexis Lucattini Email: Alexis.Lucattini@ummcr.org
Force pandas downgrade (#55)
- Fixes #54
Author: Alexis Lucattini Email: Alexis.Lucattini@ummcr.org
Author: Alexis Lucattini Email: Alexis.Lucattini@ummcr.org
- Updated panel from VALIDATION, PATIENTCARE names to MAIN, SUBPANEL respectively (#19)
- This change better reflects the flexibility between panel and sample types.
- Some clinical samples or research samples may need to go through the main panel
- We may also wish to test the subpanel with validation samples
Author: Alexis Lucattini Email: Alexis.Lucattini@umccr.org
-
Wrapped portal Run ID name collector in try-exception clause
- Don't want workflow to break if we can't collect the run name
-
Added date handlers to be better accessible to times that aren't utc times
-
Use PIERIANDX_USER_AUTH_TOKEN env var instead of PIERIANDX_USER_PASSWORD
- See deployment changes for more information
-
Added PanelType as an enum
- Validation samples continue to go through "tso500_ctDNA_vcf_workflow_university_of_melbourne"
- While clinical samples now go through "tso500_ctDNA_vcf_subpanel_workflow_university_of_melbourne"
-
Conda env
- Updated to pyriandx 0.3.0 to allow for token usage
-
Readme
- Swapped out password for auth_token in environment variables