Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@alessiamarcolini
Copy link
Collaborator

@alessiamarcolini alessiamarcolini commented Nov 9, 2021

Description

Finally, the TCGA portal allows for downloading the slides, but with the new release they changed all the UUIDs of the files.

This PR also saves the files in the cache with its original TCGA name instead of the UUID, so it can be easier to recover from if there are other changes from the TCGA side in the future.

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Documentation

Issues Fixed or Closed by This PR

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

@alessiamarcolini alessiamarcolini requested review from ernestoarbitrio and nicolebussola and removed request for ernestoarbitrio November 9, 2021 12:19
@alessiamarcolini
Copy link
Collaborator Author

Good news is that for the TCGA example in examples/TCGA, the file with metadata clinical_csv_example.csv did not include UUIDs of files but only the case_id, which remained the same between the two releases, so there is no need to update it

@alessiamarcolini alessiamarcolini marked this pull request as ready for review November 9, 2021 12:30
@alessiamarcolini alessiamarcolini added this to the 0.3.1 milestone Nov 9, 2021
@codecov
Copy link

codecov bot commented Nov 9, 2021

Codecov Report

Merging #346 (9fe8b04) into master (94ec6cb) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #346   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines         1324      1324           
  Branches       128       128           
=========================================
  Hits          1324      1324           
Impacted Files Coverage Δ
histolab/data/__init__.py 100.00% <ø> (ø)
histolab/data/_registry.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 94ec6cb...9fe8b04. Read the comment docs.

Copy link
Member

@ernestoarbitrio ernestoarbitrio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

Copy link
Collaborator

@nicolebussola nicolebussola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Getting issue with TCGA

4 participants