-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Update sodar_cli & python-irods client for base functionality #263
base: main
Are you sure you want to change the base?
feat: Update sodar_cli & python-irods client for base functionality #263
Conversation
Other issues / side results from upgrading dependencies:
|
Please check your code via |
- adapt tests for itransfer_ngs_mapping - remove icommands from seasnap itransfer_results
- linting, remove comments - update uv.lock
…ility-with-sodar-10-release
Not touching |
@tedil can you make sure that the changes to uv.lock are okay? |
@mikkonie noticed that the logging might be an issue of the pyhton-irods client, which was fixed in ther version 3.0 |
Draft PR, basic authentication with sodar API & irods (via pyhton irods clint) seems to work with Sodar v1.0
Main changes:
Functions Confrimed working on staging:
cubi-tk snappy pull-sheets
cubi-tk sodar landing-zone-create $PROJECT_UUID
cubi-tk snappy itransfer-raw-data --yes $PROJECT_UUID
cubi-tk snappy itransfer-ngs-mapping --mapper bwa_mem2 --yes $PROJECT_UUID
cubi-tk snappy itransfer-variant-calling --caller gatk4_hc_gvcf --mapper bwa_mem2 --yes $PROJECT_UUID
cubi-tk snappy itransfer-sv-calling --mapper bwa_mem2 --yes $PROJECT_UUID
cubi-tk sodar landing-zone-list $PROJECT_UUID
cubi-tk sodar landing-zone-validate LZ_UUID
cubi-tk sodar landing-zone-move LZ_UUID
cubi-tk snappy pull-raw-data $PROJECT_UUID
Note: may not find all files? Unlikely to be a newly create issue, but should be investigated
cubi-tk sodar ingest-fastq
, upload of a few real filescubi-tk sodar ingest-fastq
, upload of many many small filescubi-tk sodar pull-data-collection
, subset from many small files)cubi-tk sodar add-ped
Notes: this function assumes we still have Library Name and not 2x Extract Name, as is the case with the current DNA germline template. Also static metadata seems to not be added to index, when used for updating, very unlikely to be caused by the API updates
cubi-tk sodar update-samplesheet
Note: some bugs here when adding new samples, not caused by the API updates