datacarpentry / wrangling-genomics

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

Added a note on wildcards in zsh #222

Closed SRSteinkamp closed 2 years ago

SRSteinkamp commented 3 years ago

I added a note about how to escape wildcards in zsh, to download files in the Viewing FASTQC section. Referencing issue #216. We also struggled with this problem during our recent genomics workshop.

Please let me know, if you can think about any improvements :) .

SRSteinkamp commented 3 years ago

The changes are in lines 508. I just realized, that I configured VS Code to delete all trailing white spaces. I do not think that any formatting has been influenced.

If you think it's cleaner, I can also commit a version in which the white spaces are still included.

tobyhodges commented 3 years ago

This PR will also address #224

sstevens2 commented 3 years ago

Not sure about the rest of the diff but I'd really love to see this merged for the scp change. We ran into this issue for ~5 learners in our workshop today.