datacarpentry / wrangling-genomics

Data Wrangling and Processing for Genomics
https://datacarpentry.org/wrangling-genomics/
Other
69 stars 152 forks source link

Lesson Contribution: Assessing Read Quality #224

Open Talishask opened 3 years ago

Talishask commented 3 years ago

I'm a member of The Carpentries Core Team and I'm submitting this issue on behalf of another member of the community.


Screen-Shot-2021-07-15-at-2-12-56-PM

Above is the scp command used to transfer the html files generated after running fastqc to a local machine. The issue I spotted is that newer MacOS users, including myself, are receiving an error when running this line as shown below.

Screen-Shot-2021-07-15-at-2-16-51-PM

Other learners using MacOS have also experienced this issue so I want to present a potential solution. I've added a change in the command which solves the issue. Here's a screenshot of it:

Screen-Shot-2021-07-15-at-2-28-55-PM

It can be a direct change to the command or a suggestion in case the original command does not work. Here are both versions for convenience.

Previous: scp dcuser@ec2-34-224-214-69.compute-1.amazonaws.com:~/dc_workshop/results/fastqc_untrimmed_reads/*.html ~/Desktop/fastqc_html

New: scp dcuser@ec2-34-224-214-69.compute-1.amazonaws.com:~/dc_workshop/results/fastqc_untrimmed_reads/*.html ~/Desktop/fastqc_html

tobyhodges commented 2 years ago

This was addressed by #222 and can be closed. Thank you @SRSteinkamp 🙌