[WIP] WGS Analysis in AWS

I had my genome sequence by Nucleus and received 54GBs worth of files. Let’s do some stuff with it.

Uploading to AWS

loop the command scp myfile.txt EC2_IP_address:~/ through all the folders

or use s5cmd which is scp but massively parallel and written in Go