├── LICENSE ├── README.md ├── aws-igenomes.sh ├── images ├── AWS-iGenomes.ai ├── AWS-iGenomes.png ├── AWS_logo.png ├── NGI_logo.png └── SciLifeLab_logo.png ├── index.html ├── nextflow.config └── ngi-igenomes_file_manifest.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewels/AWS-iGenomes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewels/AWS-iGenomes/HEAD/README.md -------------------------------------------------------------------------------- /aws-igenomes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewels/AWS-iGenomes/HEAD/aws-igenomes.sh -------------------------------------------------------------------------------- /images/AWS-iGenomes.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewels/AWS-iGenomes/HEAD/images/AWS-iGenomes.ai -------------------------------------------------------------------------------- /images/AWS-iGenomes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewels/AWS-iGenomes/HEAD/images/AWS-iGenomes.png -------------------------------------------------------------------------------- /images/AWS_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewels/AWS-iGenomes/HEAD/images/AWS_logo.png -------------------------------------------------------------------------------- /images/NGI_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewels/AWS-iGenomes/HEAD/images/NGI_logo.png -------------------------------------------------------------------------------- /images/SciLifeLab_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewels/AWS-iGenomes/HEAD/images/SciLifeLab_logo.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewels/AWS-iGenomes/HEAD/index.html -------------------------------------------------------------------------------- /nextflow.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewels/AWS-iGenomes/HEAD/nextflow.config -------------------------------------------------------------------------------- /ngi-igenomes_file_manifest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewels/AWS-iGenomes/HEAD/ngi-igenomes_file_manifest.txt --------------------------------------------------------------------------------