Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

STAR index (GRCh38)

Pitagora-CWL reference data for testing

Used in

Data availability

How to create

  1. Download GRCh38 reference genome fasta file from UCSC Genome browser FTP site.
  2. Download Comprehensive gene annotation GTF format file in Gencode Human Release 28 (GRCh38.p12) from Gencode FTP server.
  3. gunzip to unarchive genome fasta and annotation gtf.
  4. Run STAR --runMode genomeGenerate with the docker container quay.io/biocontainers/star:2.6.0c--0 and star_index.cwl with default parameters as specified in the CWL definition (--sjdbOverhang 100) giving reference genome fasta to genomeFastaFiles and annotation gtf to sjdbGTFfile.