This directory contains the Mar. 2008 assembly of the C. japonica genome (UCSC version caeJap1, WUSTL School of Medicine GSC version 3.0.2) in one gzip-compressed FASTA file per chromosome. This assembly was produced by the Genome Sequencing Center at the Washington University School of Medicine in St. Louis (WUSTL). For more information on the C. remanei genome, see the project website: http://genome.wustl.edu/genome.cgi?GENOME=Caenorhabditis+japonica. Files included in this directory: - chrUn.fa.gz: compressed FASTA sequence of the UCSC chrUn chromosome. Repeats from WindowMasker and Tandem Repeats Finder (with period of 12 or less) are shown in lower case; non-repeating sequence is shown in upper case. ------------------------------------------------------------------ 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/caeJap1/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/caeJap1/chromosomes/ . For a single file, e.g. chrM.fa.gz rsync -avzP rsync://hgdownload.cse.ucsc.edu/goldenPath/caeJap1/chromosomes/chrM.fa.gz . Or with wget, all files: wget --timestamping 'ftp://hgdownload.cse.ucsc.edu/goldenPath/caeJap1/chromosomes/*' With wget, a single file: wget --timestamping 'ftp://hgdownload.cse.ucsc.edu/goldenPath/caeJap1/chromosomes/chrM.fa.gz' -O chrM.fa.gz To uncompress the fa.gz files: gunzip .fa.gz ------------------------------------------------------------------ The C. japonica 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.