Skip to content
Success

Changes

Summary

  1. Ignore .venv directories. (commit: 3031f74) (details)
  2. Add tests for finding flatmap identifiers from subject and dataset information. (commit: b11fca1) (details)
  3. Implement logic to supply flatmap identifiers from subject and dataset information. (commit: ead81bc) (details)
  4. Remove unused import from main.py. (commit: 3dce980) (details)
  5. Update output to only have content if a Flatmap UUID has been found. (commit: ee8e744) (details)
  6. Rename tests/test_vagus.py -> tests/test_flatmap.p. (commit: e79cf2b) (details)
The file was modified.gitignore (diff)
Commit b11fca1006394f78f557787b73006fc1edb19fbb by Hugh Sorby
Add tests for finding flatmap identifiers from subject and dataset information.
(commit: b11fca1)
The file was addedtests/test_vagus.py
Commit ead81bc0876464f9ebd7243d921ed8be202b7556 by Hugh Sorby
Implement logic to supply flatmap identifiers from subject and dataset information.
(commit: ead81bc)
The file was modifiedapp/config.py (diff)
The file was modifiedapp/scicrunch_requests.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/scicrunch_process_results.py (diff)
Commit 3dce980c410b28b205688b1821623550e39e7d44 by Hugh Sorby
Remove unused import from main.py.
(commit: 3dce980)
The file was modifiedapp/main.py (diff)
Commit ee8e744fb55556c8422c2106ae8dd480986b00ea by Hugh Sorby
Update output to only have content if a Flatmap UUID has been found.
(commit: ee8e744)
The file was modifiedapp/scicrunch_process_results.py (diff)
The file was modifiedtests/test_vagus.py (diff)
The file was modifiedapp/main.py (diff)
Commit e79cf2b8c75d6c298b8461260473dc64799c5cc8 by Hugh Sorby
Rename tests/test_vagus.py -> tests/test_flatmap.p.
(commit: e79cf2b)
The file was removedtests/test_vagus.py
The file was addedtests/test_flatmap.py