Skip to content
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

Lesson Contribution: Assessing Read Quality #224

Open
Talishask opened this issue Jul 21, 2021 · 1 comment
Open

Lesson Contribution: Assessing Read Quality #224

Talishask opened this issue Jul 21, 2021 · 1 comment

Comments

@Talishask
Copy link

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants