6.4 Launch Amazon EC2 Spot Instances via starcluster
Finally, users can launch a Amazon EC2 Spot Instance via starcluster, to process a WGS / WES sample using the selected workflow from section 6.2. The following steps are required:
1) Users need to copy the SGE plugins into the starcluster folder in the tracking database instance:
cp -r /path/to/vcpa-pipeline/plugins ~/.starcluster/
2) Go into the VCPA pipeline bin folder:
cd /path/to/vcpa-pipeline/bin
3) Users can launch the Amazon EC2 spot instance to process one sample using the following command:
starcluster start -c smallcluster --bid=${price} -U ${worflow_path} -P ${HOST_PREFIX}-${PROJECT_ID}-${SAMPLE_NAME}
Previous6.3 Enter your AWS credentials into the workflow scriptNextStep 7: Review quality metrics of processed data
Last updated