Slide 14
Slide 14 text
We still need to format and mount the new partition, here are the commands
mkfs.ext4 /dev/xvdb1
mkdir /test_run/
mount /dev/xvdb1 /test_run
Now you can change directory to /test_run to use the SSD and do a test assembly run,
Here is an example
cd /test_run/
cp /EBS/FALCON_asm_example_template/* .
bash run_example.sh &
It takes about 7 to 8 hours which might cost about $25 for the CPU hours used. The
created EBS volume also costs some thing. You can delete it one the run is finished.
The assembly results in SSD will be destroyed one the instance is terminated. You
should terminated the instance once the assembly is done. If you want to keep the
assembly results, you need to copy it out.
The I/O from the snapshot is slow initially. (see
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-initialize.html)
A previous run example is inside `/EBS/FALCON_asm_example/`. The final Quvier
primary contigs and associated haplotigs are in `/EBS/FALCON_asm_example/4-
quiver/cns_output/`