This directory contains the May 2008 assembly of the C. elegans genome (UCSC version ce6, WUSTL School of Medicine GSC and Sanger Institute version WS190) in one gzip-compressed FASTA file per chromosome. This assembly was produced by the Genome Sequencing Center at the Washington University in St. Louis (WUSTL) School of Medicine and the Sanger Institute. For more information on the C. elegans genome, see the WUSTL project website at http://genome.wustl.edu/genome.cgi?GENOME=Caenorhabditis+elegans. The sequence data may also be downloaded from: ftp://ftp.sanger.ac.uk/pub/wormbase/WS190/CHROMOSOMES/. Files included in this directory: - chr*.fa.gz: compressed FASTA sequence of each chromosome. Repeats from RepeatMasker and Tandem Repeats Finder (with period of 12 or less) are shown in lower case; non-repeating sequence is shown in upper case. RepeatMasker was run with the -s (sensitive) setting. RepeatMasker version: 2008-01-12 with RepBase libraries: RepBase Update 20071204. ------------------------------------------------------------------ If you plan to download a large file or multiple files from this directory, we recommend that you use ftp rather than downloading the files via our website. To do so, ftp to hgdownload.cse.ucsc.edu, then go to the directory goldenPath/ce6/chromosomes. To download multiple files, use the "mget" command: mget ... - or - mget -a (to download all the files in the directory) Alternate methods to ftp access. Using an rsync command to download the entire directory: rsync -avzP rsync://hgdownload.cse.ucsc.edu/goldenPath/ce6/chromosomes/ . For a single file, e.g. chrM.fa.gz rsync -avzP rsync://hgdownload.cse.ucsc.edu/goldenPath/ce6/chromosomes/chrM.fa.gz . Or with wget, all files: wget --timestamping 'ftp://hgdownload.cse.ucsc.edu/goldenPath/ce6/chromosomes/*' With wget, a single file: wget --timestamping 'ftp://hgdownload.cse.ucsc.edu/goldenPath/ce6/chromosomes/chrM.fa.gz' -O chrM.fa.gz To uncompress the fa.gz files: gunzip .fa.gz ------------------------------------------------------------------ The C. elegans sequence is made freely available to the community by the Genome Sequencing Center at the WUSTL School of Medicine. Please see the WUSTL data use policy at http://genome.wustl.edu/data.cgi for data use restrictions and citation information.