Skip to content

Instantly share code, notes, and snippets.

@srynobio
Last active December 19, 2018 22:14
Show Gist options
  • Save srynobio/9db1b932e3c82814d61c3cd28a18dc1c to your computer and use it in GitHub Desktop.
Save srynobio/9db1b932e3c82814d61c3cd28a18dc1c to your computer and use it in GitHub Desktop.
Preposed changes for GRCh38

#Preposed changes for GRCh38

Reference/ 
	GRCh37/
	GRCh38/

GATK_Bundle
	GRCh37/
	GRCh38/

* All Region files are built from refseq(37/38) GFF3 CDS regions
Regions/
	GRCh37/
		UCGD.CDS.Region.bed (alignstats & VQSR) 
		UCGD.WGS.Region.bed (alignstats & VQSR) 
		WGS/chr*bed (VEP & GVCFTyper)
	GRCh38/
		UCGD.CDS.Region.bed (alignstats & VQSR) 
		UCGD.WGS.Region.bed (alignstats & VQSR) 
		WGS/chr*bed (VEP & GVCFTyper)
		
* Backgrounds
1000G/
	GRCh37/
		*g.vcf.gz (soft-linked list of GVCFs to use from each population..) GBR/ CEU/ FIN/ ..
	GRCh38/
		*g.vcf.gz (soft-linked list of GVCFs to use from each population..) GBR/ CEU/ FIN/ ...

UCGDBackgrounds/
	GRCh37/
		*g.vcf.gz (soft-linked list of GVCFs to use from each population..)
		*g.vcf.gz (soft-linked list of Longevity + CEPH Grandparents) <--- this will go away when dynamic background is put into place.
	GRCh38/
		*g.vcf.gz (soft-linked list of GVCFs to use from each population..)
		*g.vcf.gz (soft-linked list of Longevity + CEPH Grandparents) <--- this will go away when dynamic background is put into place.
	

Preposed changes to the Processing Directory structure:

UCGD/
Primary_Data/ <--- ln -s
	GRCh37/
	├── Analysis
	├── Data
	│ ├── PolishedBams 
	│ └── Primary_Data <----------- remove?
	├── Project_Setup 
	├── Reports
	│ ├── alignstats
	│ ├── fastp
	│ ├── flagstat
	│ ├── goleft
	│ ├── peddy
	│ ├── RunLogs
	│ ├── stats
	│ └── vep
	└── VCF
		├── Complete
		└── GVCFs

	GRCh38/
	├── Analysis
	├── Data
	│ ├── PolishedBams 
	│ └── Primary_Data 
	├── Project_Setup 
	├── Reports
	│ ├── alignstats
	│ ├── fastp
	│ ├── flagstat
	│ ├── goleft
	│ ├── peddy
	│ ├── RunLogs
	│ ├── stats
	│ └── vep
	└── VCF
		├── Complete
		└── GVCFs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment