-
Notifications
You must be signed in to change notification settings - Fork 924
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/hexhowells/training-material …
…into music-update-tools
- Loading branch information
Showing
998 changed files
with
961,276 additions
and
10,447 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Devcontainer metadata reference: https://containers.dev/implementors/json_reference://containers.dev/implementors/json_reference/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"forwardPorts": [4000], | ||
|
||
"portsAttributes": { | ||
"4000": { | ||
"label": "GTN preview", | ||
"onAutoForward": "openPreview" | ||
} | ||
}, | ||
|
||
"onCreateCommand": "rm -rf /workspaces/.codespaces/shared/editors/jetbrains", | ||
|
||
"hostRequirements": { | ||
"cpus": 4, | ||
"memory": "16gb", | ||
"storage": "32gb" | ||
}, | ||
|
||
"customizations": { | ||
"codespaces": { | ||
"openFiles": [ | ||
".devcontainer/welcome-message.txt" | ||
] | ||
} | ||
} | ||
|
||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
👋 Welcome to GTN in CodeSpaces! | ||
|
||
🗃️ On the left, you see all the files in the GTN. Tutorials can be found inside | ||
the topics folder. | ||
|
||
🔍 To get a preview of the GTN website, run "make preview" (without the quotes) | ||
in the terminal (bottom panel of your screen) | ||
|
||
📝 For more information about using this environment, see our GTN tutorial: | ||
https://training.galaxyproject.org/topics/contributing/tutorials/running-codespaces/tutorial.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--> Please remove all this text before submitting your PR, it's just a checklist to help you :) <-- | ||
TODO: Describe your changes here.. | ||
|
||
1. Give your pull request a **good title** | ||
- e.g. "Fix typo in ansible-galaxy tutorial" or "Add new transcriptomics tutorial covering a new sequencing technology" | ||
2. Describe your changes in detail, list anything you still need some help with or things that are still TODO | ||
3. Check that your images are allowed to be re-hosted by the GTN! | ||
4. Still working on it? Make it a **Draft** pull request | ||
- Once it is ready, choose **Ready for Review** | ||
<!-- Contributor Checklist | ||
1. Give your pull request a descriptive title | ||
2. Describe your changes in detail at the top of this text box | ||
3. List anything you still need some help with or things that are still TODO | ||
4. Check that your images are allowed to be re-hosted by the GTN! | ||
5. Not ready for review yet? Make it a **Draft** pull request | ||
- Once you are done making changes, choose **Ready for Review** | ||
- Then the automated tests will run and we will know to review and merge it | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.