-
-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
109 additions
and
25 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
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 +1 @@ | ||
0.11.16 | ||
0.13.0 |
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 |
---|---|---|
|
@@ -101,7 +101,7 @@ community listed at <https://carpentries.org/connect/> including via social | |
media, slack, newsletters, and email lists. You can also [reach us by | ||
email][contact]. | ||
|
||
[repo]: https://example.com/FIXME | ||
[repo]: https://github.com/datacarpentry/shell-genomics | ||
[contact]: mailto:[email protected] | ||
[cp-site]: https://carpentries.org/ | ||
[dc-issues]: https://github.com/issues?q=user%3Adatacarpentry | ||
|
@@ -111,7 +111,7 @@ email][contact]. | |
[github]: https://github.com | ||
[github-flow]: https://guides.github.com/introduction/flow/ | ||
[github-join]: https://github.com/join | ||
[how-contribute]: https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github | ||
[how-contribute]: https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github | ||
[issues]: https://carpentries.org/help-wanted-issues/ | ||
[lc-issues]: https://github.com/issues?q=user%3ALibraryCarpentry | ||
[swc-issues]: https://github.com/issues?q=user%3Aswcarpentry | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -330,16 +330,12 @@ using a transfer program, it needs to be installed on your local machine, not yo | |
|
||
## Transferring Data Between your Local Machine and the Cloud | ||
|
||
If you're using Windows with PuTTY instead of Git Bash, please select the alternative option here: | ||
<select id="id_platform" name="platformlist" onchange="change_content_by_platform('id_platform');return false;"> | ||
If you're using Linux, Mac OS, or Windows with Git Bash on your local machine, you can use | ||
`scp` to upload data to your virtual machine. | ||
|
||
<option value="unix" id="id_unix" selected> Linux, Mac OS, Git Bash </option> | ||
<option value="win" id="id_win"> PuTTY </option> | ||
</select> | ||
::::::::::::::: spoiler | ||
|
||
<div id="div_unix" style="display:block" markdown="1"> | ||
|
||
### Uploading Data to your Virtual Machine with scp | ||
### SCP | ||
|
||
`scp` stands for 'secure copy protocol', and is a widely used UNIX tool for moving files | ||
between computers. The simplest way to use `scp` is to run it in your local terminal, | ||
|
@@ -388,16 +384,19 @@ $ scp [email protected]:/home/dcuser/shell_data/untrimmed_fastq/scripted_bad_rea | |
|
||
Remember that in both instances, the command is run from your local machine, we've just flipped the order of the to and from parts of the command. | ||
|
||
</div> | ||
::::::::::::::::::::::: | ||
|
||
If you are using Windows without Git Bash on your local machine, you can use `pscp.exe` | ||
to upload data to your virtual machine. | ||
|
||
<div id="div_win" style="display:block" markdown="1"> | ||
::::::::::::::: spoiler | ||
|
||
### Uploading Data to your Virtual Machine with PSCP | ||
### PCSP | ||
|
||
If you're using a Windows PC without Git Bash, we recommend you use the *PSCP* program. | ||
This program is from the same suite of tools as the PuTTY program we have been using to connect. | ||
|
||
1. If you haven't done so, download pscp from [http://the.earth.li/~sgtatham/putty/latest/x86/pscp.exe](https://the.earth.li/~sgtatham/putty/latest/x86/pscp.exe) | ||
1. If you haven't done so, download *PSCP* from [http://the.earth.li/~sgtatham/putty/latest/x86/pscp.exe](https://the.earth.li/~sgtatham/putty/latest/x86/pscp.exe) | ||
2. Make sure the *PSCP* program is somewhere you know on your computer. In this case, | ||
your Downloads folder is appropriate. | ||
3. Open the windows [PowerShell](https://en.wikipedia.org/wiki/Windows_PowerShell); | ||
|
@@ -426,13 +425,11 @@ C:\User\your-pc-username\Downloads> pscp.exe [email protected] | |
C:\User\your-pc-username\Downloads | ||
``` | ||
|
||
</div> | ||
::::::::::::::::::::::: | ||
|
||
:::::::::::::::::::::::::::::::::::::::: keypoints | ||
|
||
- Scripts are a collection of commands executed together. | ||
- Transferring information to and from virtual and local computers. | ||
|
||
:::::::::::::::::::::::::::::::::::::::::::::::::: | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
--- | ||
title: Etherpad template | ||
subtitle: Template text to paste into a collaborative document, such as Etherpad. | ||
|
||
--- | ||
|
||
# Welcome to The Carpentries Etherpad! | ||
|
||
This pad is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents. | ||
|
||
Use of this service is restricted to members of The Carpentries community; this is not for general purpose use (for that, try https://etherpad.wikimedia.org). | ||
|
||
Users are expected to follow our code of conduct: https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html | ||
|
||
All content is publicly available under the Creative Commons Attribution License: https://creativecommons.org/licenses/by/4.0/ | ||
|
||
- - - - - | ||
|
||
# Timings | ||
Here's a tentative schedule for the workshop. | ||
|
||
## Introducing the shell | ||
09:30-10:00 (30 mins) | ||
|
||
## Navigating files and directories | ||
10:00-10:50 (50 mins) | ||
|
||
## Short break | ||
10:50-11:05 (15 mins) | ||
|
||
## Working with files and directories | ||
11:05-11:50 (45 mins) | ||
|
||
## Redirection | ||
11:50-12:35 (45 mins) | ||
|
||
## Long break | ||
12:35-13:30 (55 mins) | ||
|
||
## Writing scripts and working with data | ||
13:30-14:10 (40 mins) | ||
|
||
## Project organization | ||
14:10-14:40 (30 mins) | ||
|
||
## Wrap up and feedback | ||
14:40-14:55 (15 mins) | ||
|
||
## Attendees | ||
Please write your name and email below to confirm your attendance and mention one thing you hope to learn from this workshop. | ||
|
||
- | ||
- | ||
- | ||
- | ||
|
||
## Notes | ||
Ask your students to keep notes as you go through the lesson's content and exercises. | ||
Links to the episodes are provided below for quick and easy access. | ||
|
||
[Episode 1: Introducing the Shell](https://datacarpentry.org/shell-genomics/01-introduction.html) | ||
|
||
[Episode 2: Navigating Files and Directories](https://datacarpentry.org/shell-genomics/02-the-filesystem.html) | ||
|
||
[Episode 3: Working with Files and Directories](https://datacarpentry.org/shell-genomics/03-working-with-files.html) | ||
|
||
[Episode 4: Redirection](https://datacarpentry.org/shell-genomics/04-redirection.html) | ||
|
||
[Episode 5: Writing Scripts and Working with Data](https://datacarpentry.org/shell-genomics/05-writing-scripts.html) | ||
|
||
[Episode 6: Project Organization](https://datacarpentry.org/shell-genomics/06-organization.html) | ||
|
||
## Feedback | ||
Link to feedback form if needed. | ||
|
||
Remind students that their feedback is valuable as it helps instructors and lesson maintainers enhance the content. | ||
|
||
#### Please list one thing you liked or found particularly useful | ||
|
||
- - - - - | ||
|
||
#### Please list another thing you found less useful, or that could be improved | ||
|
||
- - - - - |
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