...
Code Block |
---|
~>cat phaseInput.txt
s3://sagetest-YourUsername/input/ProSM_chrom_MT.phase.inp
... many more files, one per chromosome
|
Upload it to S3 via the AWS console or s3curl
...
Code Block |
---|
~>/work/platform/bin/elastic-mapreduce-cli/elastic-mapreduce --create --credentials ~/$USER-credentials.json --create --num-instances=1 --master-instance-type=m1.large --name phaseTry1 --json phase.json Created job flow j-GA47B7VD991Q |
...