Skip to content

Commit

Permalink
Develop to main (#55)
Browse files Browse the repository at this point in the history
* added updates to working with STAC, along with test files

* updated outputs

* removed token print statement

* cleaned up data notebook, removed chirp data notebook

* updated workbook (date) for test environment

* deprecation and unusability warnings

* added a file for the uploading of aux data

* Added example for defining custom metadata and using filter for search.

* Fixed cell metadata

* Fixed cell metadata

* Changed end date in filter

* Changed project unity and venue to test.

* Added caveat for custom metadata definition.

---------

Co-authored-by: Nga Chung <[email protected]>
  • Loading branch information
mike-gangl and ngachung authored Apr 10, 2024
1 parent 36a5af8 commit 5c1ee33
Show file tree
Hide file tree
Showing 19 changed files with 1,389 additions and 5,815 deletions.
10 changes: 6 additions & 4 deletions jupyter-notebooks/tutorials/1_working_with_applications.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@
"id": "55f72c34-0ac8-4625-86a9-17e7a859f011",
"metadata": {},
"source": [
"# Working with Applications\n",
"# Deprecated- Working with Applications\n",
"The intent of this tutorial is to help familiarize yourself with submitting applications to the Unity Application Catalog. Adding applications to the application catalog allows you and others to generate data by submitting jobs that use an application selected from the catalog.\n",
"\n",
"## Deprecation:\n",
"We are in the process of offering build tools to generate and store applications in the catalog without needing to manually configure these items. These instructions still work if you want to manually publish your CWL from a github repository to the application catalog.\n",
"\n",
"***Note, accounts and repositories hosted on GitHub.com are currently supported. GitHub Enterprise is not supported.***"
]
},
{
"cell_type": "markdown",
"id": "7fe60b57-62c8-44a8-aa20-cf5dd7551af1",
"metadata": {
"jp-MarkdownHeadingCollapsed": true,
"tags": []
},
"source": [
Expand All @@ -26,6 +28,7 @@
"cell_type": "markdown",
"id": "ac226cbe-bcd9-4365-b4a0-a3ad55fb3a90",
"metadata": {
"jp-MarkdownHeadingCollapsed": true,
"tags": []
},
"source": [
Expand Down Expand Up @@ -77,7 +80,6 @@
"cell_type": "markdown",
"id": "1ae3c385-7190-4a5e-963f-617190d1a64c",
"metadata": {
"jp-MarkdownHeadingCollapsed": true,
"tags": []
},
"source": [
Expand Down Expand Up @@ -149,7 +151,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6"
"version": "3.8.18"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 5c1ee33

Please sign in to comment.