BauerLab / ngsane

Analysis Framework for Biological Data from High Throughput Experiments
Other
34 stars 22 forks source link

Unable to export EC2 image #51

Open geopcgeo opened 8 years ago

geopcgeo commented 8 years ago

I am trying to up this Image on my local by referring this link. Please let me know how to do this ec2-create-instance-export-task command on "Export the EC2 image as Virtual Machine image see instructions"

We up a instance with AMI image ami-75721c4f and then on another machine installed ec2 tool and executed this step after giving proper permission to bucket:

ec2-create-instance-export-task i-9cb45524 -e VMware -f VMDK -c OVA -b <bucketname> -O <key> -W <secretkey> --region ap-southeast-2

But getting this error:

Client.NotExportable: Only imported instances can be exported.

So can you please help on this.

BauerLab commented 8 years ago

Yes that's correct, the requirements have changed. I will look into creating an updated AMI.

geopcgeo commented 8 years ago

Thanks for the update. In the mean time we tried installing setting up of Ngsane on an Ubuntu Machine by referring this Url

We executed the shell script for bioinformatics software but on last line we are getting an error. In which the url to download referenceData.tgz is not working (wget http://www.hpsc.csiro.au/users/bau04c/datahome/Sandbox/smokebox_ngsane/smokebox/referenceData.tgz)

So can you please let me know the new location and help us on this.

Thanks