Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

 If you set up your QuickLoad site in the Web directories of an Apache server, you can modify and fine-tune how files are displayed by adding directives to the .htaccess file in that directory.  You can configure Apache to allow users to view the contents of your QuickLoad directory and include a short description of each file or data set. Here is an example:

Options Indexes
IndexOptions FancyIndexing IgnoreCase FoldersFirst DescriptionWidth=*
AddDescription "Arabidopsis thaliana TAIR9 genome release" A_thaliana_Jun_2009
AddDescription "Arabidopsis thaliana TAIR8 genome release" A_thaliana_Apr_2008
AddDescription "Arabidopsis thaliana TIGRv5/TAIR7 genome release" A_thaliana_Jan_2004
AddDescription "TAIR9 annotation file" TAIR9_*.gz
AddDescription "Annotation file list" annots.[txt|xml]
AddDescription "Chromosome lengths and assembly information" genome.txt
AddDescription "Available genome assemblies" contents.txt
AddDescription "Mitochondrial Genome (Fasta format)" [Cc]hrM.fa*
AddDescription "Chloroplast Genome (Fasta format)" [Cc]hrC.fa*


  • No labels