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:

...

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
gtf2bedgtfToGenePred < 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.

Copy 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):

...