dib-lab / dib_rotation

Metagenomics DIB-lab rotation project
https://dib-lab.github.io/dib_rotation/
BSD 3-Clause "New" or "Revised" License
3 stars 8 forks source link

replace . with ./ in tutorials #34

Closed taylorreiter closed 2 years ago

taylorreiter commented 3 years ago

@ctb mentioned that we should replace . and ./ throughout our tutorials. For example,

ln -s ~/2020_rotation_project/raw_data/*fastq.gz . would be replaced with ln -s ~/2020_rotation_project/raw_data/*fastq.gz ./

Adding the / to the end of the command makes it more clear its a directory path, and less likely to be forgotten in copy paste.