-
-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shell-genomics/05-writing-scripts #207
Comments
Regarding 1: I think one of the reasons to move this section to shell was that the wrangling lesson was very full (is this correct @taylorreiter?). I do think it makes sense here because it is very basic, general information, and touches upon permissions, extensions etc. Regarding 2, scp: I agree. When teaching this section in April we skipped this because it was covered elsewhere. |
Thanks @JasonJWilliamsNY and @aschuerch for this discussion. Adding #201 here as cross-ref. |
|
Adding also #215 as cross-ref. Once this is fixed properly it will also be easier to move if we decide to do so. I also opened an issue in the cloud lesson (datacarpentry/cloud-genomics#87) notifying them of this discussion |
scp/file transfer got moved out of the cloud because it goes with the flow of 'we're writing code, we're using files, how do we move those files?'; but that workflow is mostly learning shell commands, and so probably belongs with the shell. The cloud lesson currently is mostly discussion questions with a brief foray into the command line in a 'making sure this terminal is your instance and not your local computer' sort of way. I said this in the linked issue as well, but to bring back just file moving and leave the rest of the lesson as is, would mean that there would be a part of the cloud lesson that was literally just stopping discussion of how cloud hosting works to have the learners open a terminal and move some files back and forth for no reason. We'd need to conjure up (or take back) some code/activity/lesson like the scripting that scp is currently tied to where there's a reason to move files. Otherwise it's going to break the flow, and have no context. |
Thank you for your input @ACharbonneau! I see your point about the nature of the cloud lesson. How about making this optional content by moving it to Extra (of the Shell lesson)? I understand that @taylorreiter 's learners were very excited about this content, while we skipped it altogether (in favour of introducing Filezilla). What did you do @tobyhodges in your recent workshop? |
We did the discussion (what is the cloud and why might you want to use it) at the start of the shell lesson, then ran through most of the shell material before coming back to |
In the original lessons scp and file transfer methods were in the cloud lesson (which was taught after all the shell/wrangling) because it naturally came up that now that you have done all this work on the cloud, you may want to bring results down to your local machine. |
Thanks all for this discussion. I second @ACharbonneau's comments about the current focus of the cloud lesson and that moving the scp section back to cloud would break the flow of both that lesson and the shell lesson. I like keeping scp here (if we are keeping it). |
Two comments about this section
The text was updated successfully, but these errors were encountered: