Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
cfd6d46
adding warning for access edge cases when linking
Jun 25, 2024
0132ec1
Remove calls to obsolete endpoints
allanbolipata Jul 8, 2024
0383444
Merge branch 'master' into update/remove_etl_jobs
allanbolipata Jul 8, 2024
0e09cac
Merge pull request #71 from mskcc/update/remove_etl_jobs
allanbolipata Jul 8, 2024
f4aa679
edge cases fix
Oct 8, 2024
bd39538
add bai files for manual runs
Oct 29, 2024
4443d70
update
Dec 5, 2024
4e4455a
Merge branch 'develop' into feature/access_edge
Dec 5, 2024
44e33d1
Update __init__.py
buehlere Dec 5, 2024
8345471
access edge cases
Feb 5, 2025
cdb8646
access edge updates
Feb 5, 2025
ec87628
Merge branch 'feature/access_edge' of https://github.com/mskcc/beagle…
Feb 5, 2025
0f30338
more access edge update
Feb 5, 2025
6884f67
adding v2 apps
Apr 8, 2025
89bae25
access v2 linking update
Apr 8, 2025
749fe34
v2 linking update
Apr 8, 2025
4aad235
access v2 update
Apr 15, 2025
b4d9b28
heme udpate
Aug 25, 2025
14ae36d
Update __init__.py
Sep 16, 2025
93ae918
delete old sample names
Sep 16, 2025
d5d0a26
delete empty sample folders
Sep 16, 2025
b905a2d
Merge branch 'master' into feature/access_edge
Oct 6, 2025
5586da6
Update access_beagle_endpoint.py
Oct 6, 2025
8c3d706
merging XS apps to one script
Oct 7, 2025
53f26bb
Update __init__.py
Oct 15, 2025
91165b3
Update beaglecli
Oct 15, 2025
107384e
Update __init__.py
Oct 21, 2025
e924906
Update beaglecli
Oct 21, 2025
a41bc4e
iris prod changes
Oct 28, 2025
41c09fc
fixing current folder link for all requests
Oct 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified Makefile
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified apps/__init__.py
100644 → 100755
Empty file.
380 changes: 283 additions & 97 deletions apps/access/__init__.py
100644 → 100755

Large diffs are not rendered by default.

Empty file modified apps/cleaning/__init__.py
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion apps/cmoch/__init__.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"dmpmanifest": ("cmo_manifest", "manifest"),
"bams": ("cmo-ch nucleo", "bams"),
"qc": ("CMO-CH QC", "quality_control"),
"qc_agg": ("CMO-CH QC Agg", "quality_control_aggregate")
"qc_agg": ("CMO-CH QC Agg", "quality_control_aggregate"),
"chipvar": ("CMO-CH Chip-Var","chipvar")
}


Expand Down
Loading