Skip to content

Commit

Permalink
Update ENA Aspera URL for new subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels authored Jun 29, 2021
1 parent 4a15e5d commit 1ea7a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ <h4 class="panel-title">
'sra_niceFilename': value['sra_niceFilename'],
// New FastQ fields
'fastq_url': 'ftp://'+ftpFastQ_urls[j],
'fastq_asperaurl': ftpFastQ_urls[j].replace('ftp.sra.ebi.ac.uk/', '[email protected]:'),
'fastq_asperaurl': ftpFastQ_urls[j].replace('ftp.sra.ebi.ac.uk/', '[email protected]:').replace('ftp.ebi.ac.uk/', '[email protected]:'),
'fastq_filename': fname,
'fastq_niceFilename': value['accession']+'_'+value['cleanTitle']+fname.replace(value['accession'], '')
});
Expand Down

0 comments on commit 1ea7a25

Please sign in to comment.