Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| data:retrieval [2024/04/09 10:49] – removed - external edit (Unknown date) 127.0.0.1 | data:retrieval [2026/06/18 10:09] (current) – [External Sequencing Service Users] Johanna Barbieri | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Retrieving Your Sequencing Data ====== | ||
| + | |||
| + | There are two methods we employ to allow users of the sequencing service to retrieve their sequencing data. Persons working inside CRUK-CI should use our data download tool; everyone else must fetch their data from our FTP site. | ||
| + | |||
| + | ==== CRUK-CI Researchers ==== | ||
| + | |||
| + | We provide a tool for downloading files for projects, libraries and runs that you can use from the command line. The full user manual for the download tool can be found [[https:// | ||
| + | |||
| + | ==== External Sequencing Service Users ==== | ||
| + | |||
| + | Outside of CRUK-CI, data is delivered through the FTP site: '' | ||
| + | |||
| + | This is an FTP site running the FTP protocol with TLS encryption (sometimes known as '' | ||
| + | |||
| + | **Files are available on the FTP site for a guaranteed thirty (30) days after sequencing. You MUST fetch the files in this time period. The files will be removed from the FTP site once this time has elapsed.** | ||
| + | |||
| + | It is your responsibility thereafter to look after the files and store them as you see fit. We do not hold external groups' | ||
| + | |||
| + | It is possible that the files do not transfer correctly from the FTP site on the first go. We've never really known of corruption during a transfer but truncated files do happen, where the connection is dropped before the transfer is complete. **External users of the service must check the transfer is accurate after taking a copy.** We provide checksums for the FASTQ files, and one can make sure that the local copy of the files match the original by running the md5sum command once the download has finished. | ||
| + | |||
| + | The checksum files have the suffix "'' | ||
| + | |||
| + | < | ||
| + | md5sum -c *.md5sums.txt | ||
| + | </ | ||
| + | |||
| + | Any files that are not reported as " | ||
| + | |||
| + | === FTP Clients === | ||
| + | |||
| + | There are many FTP clients available on the web one can use to fetch files from our FTP site. We officially support two of them: | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | There are others you can use, though we have not properly tested them: | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | On Linux, you might find that these programs are available through the platform' | ||
| + | |||
| + | We have become aware of some users using the Mac's //Finder// application to connect to the FTP server and copy the files. While convenient, it appears that //Finder// can silently truncate files while copying if the connection to the FTP server drops. Thus we do not recommend using //Finder// or //Windows Explorer// to copy the files: use a proper FTP program that will report errors. Above all, and regardless of the program used, **you must check your files against the checksums after downloading** as described above. | ||
| + | |||
| + | === Troubleshooting === | ||
| + | |||
| + | Most FTP clients, and certainly //lftp// and // | ||
| + | |||
| + | Occasionally people tell us they cannot connect, and so far this has always been problems at the client end. Here are some things to check. | ||
| + | |||
| + | - '' | ||
| + | - Make sure the option for '' | ||
| + | - Make sure your computer can see our server. Try " | ||
| + | - If you are able to log in but get errors when trying to download, please ask **your** IT team to check they are allowing access for FTP ephemeral ports. The range we use is 41698-41707. | ||
| + | - If you still have problems after checking all of the above, please contact the CRUK-CI IT team on '' | ||