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

md5sum #379

Closed
aihudson opened this issue Jul 3, 2018 · 1 comment
Closed

md5sum #379

aihudson opened this issue Jul 3, 2018 · 1 comment

Comments

@aihudson
Copy link

aihudson commented Jul 3, 2018

Running the md5sum ended up being confusing for Bears because they didn't understand why you would do it. In our room we ended up actually generating an md5sum text file and running md5sum -c to demo how you'd use it in real life. I think it might be good to have the students download an md5sum text file and do md5sum -c in the lesson to show the actual process as it might make more sense that way. Plus, knowing how to check md5sums and why you do that is important and can be confusing (or at least it was to me when I learned it).

@johnsolk
Copy link
Member

johnsolk commented Jul 3, 2018

Tristan ran:

md5sum *.fastq.gz > err_md5sum.txt

Then:

md5sum -c err_md5sum.txt

This might be a good addition to the lesson. I think it is super useful!

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