Skip to content

Commit 98ba066

Browse files
added "last updated September 2024" and ordered query output
1 parent 11a3807 commit 98ba066

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

notebooks/pathomics/getting_started_with_digital_pathology.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"\n",
3232
"If you have any questions, bug reports, or feature requests please feel free to contact us at the [IDC discussion forum](https://discourse.canceridc.dev/)!\n",
3333
"\n",
34-
"--\n",
35-
"*Initial version: August 2024*"
34+
"-- *Initial version: August 2024*\\\n",
35+
"-- *Last updated: September 2024*"
3636
]
3737
},
3838
{
@@ -1508,6 +1508,7 @@
15081508
" sm_index ON sm_index.SeriesInstanceUID = index.SeriesInstanceUID\n",
15091509
"WHERE\n",
15101510
" index.collection_id = 'cptac_luad' OR index.collection_id = 'cptac_lscc'\n",
1511+
"ORDER BY digital_slide_id\n",
15111512
"'''\n",
15121513
"\n",
15131514
"example_slides_df = idc_client.sql_query(query)\n",

0 commit comments

Comments
 (0)