sanger-pathogens / Bio-Tradis

A set of tools to analyse the output from TraDIS analyses
https://sanger-pathogens.github.io/Bio-Tradis/
Other
21 stars 29 forks source link

ftp download link in biotradistutorial.pdf no longer exists #119

Open adamdoescode opened 4 years ago

adamdoescode commented 4 years ago

On page three of "Using the Bio::TraDIS pipeline" pdf file the user is directed to download a .bam file using curl. The ftp link provided no longer exists, but the http link to the file in the ebi website still works correctly.

The incorrect line is:

"curl ftp://ftp.sra.ebi.ac.uk/vol1/ERA320/ERA320707/bam/12418_1%2310.bam > 12418_1#10.bam"

It should be:

"curl ftp://ftp.sra.ebi.ac.uk/vol1/run/ERR541/ERR541286/12418_1%2310.bam > 12418_1#10.bam"