Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To upload new genome references (or new genome versions), please follow these instructions:

...

  • Select the directory ´´pub/´´

  • Select the release folder of your choice (e.g., release-110)

  • Select ´´gtf/´´ folder or ´´dna/´´ folder to download annotation or genome files, respectively.

  • Select your organism of interest

  • Download the gtf.gz file for the annotation reference

  • Download the toplevel.fa.gz file for the genome reference

...

  • gtf file - annotation_organism_ercc_sirv_biotyped.gtf

Example: Mus_musculus.GRCm39.110.gtf.gz renamed to annotation_organism_ercc_sirv_biotyped.gtf

  • fasta file - annotation_organism_ercc_sirv.fa

Example: Mus_musculus.GRCm39.dna.toplevel.fa.gz renamed to annotation_organism_ercc_sirv.fa

...

4 - Create a .bedfile from the gft gtf file.

To create a .bed file, please download the bedtools package tools gtfToGenePred and genePredToBed and use the following command linelines:

Code Block
gtf2bed <gtfToGenePred annotation_organism_ercc_sirv_biotyped.gtf > annotation_organism_ercc_sirv.genepred
genePredToBed annotation_organism_ercc_sirv.genepred annotation_organism_ercc_sirv.bed

...

5 - Generate a final directory containing both genome and annotation files.

...

First, copy the files:

Code Block
cp gene_description.txt annotation_organism_ercc_sirv.fa annotation_organism_ercc_sirv_biotyped.gtf annotation_organism_ercc_sirv.bed ./Directory_folder/
  • Compress Then, compress the resulting folder (tar.gz):

...

6 - Upload the directory folder in Kangooroo as described in WORKING_COPYthe following FAQ: How do I upload my files in the Kangooroo platform?

7 - Tag the reference as a genome file.

By default, all uploaded files have a designated type marked as “File”. To be used as a reference by the pipeline, the type of the uploaded file must be changed to ´´Genome´´. Please watch our tutorial video on how to tag your file as a ´´Genome´´ type filehere.