wrangling-genomics icon indicating copy to clipboard operation
wrangling-genomics copied to clipboard

AWS AMI missing fastqc and related tools

Open tejashree1modak opened this issue 5 years ago • 1 comments

When I started an EC2 instance based off of the DC AMI as directed in Launching your own AWS instances page, I found out that the image didn't have fastqc or any other related tools installed

ubuntu@ip-172-31-36-97:~/dc_workshop/data/untrimmed_fastq$ fastqc *.fastq*
The program 'fastqc' is currently not installed. You can install it by typing:
sudo apt-get install fastqc
ubuntu@ip-172-31-36-97:~/dc_workshop/data/untrimmed_fastq$ sudo apt-get install fastqc
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libtcl8.5 libtk8.5 tcl8.5 tk8.5
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libjbzip2-java libsam-java
Suggested packages:
picard-tools
The following NEW packages will be installed:
fastqc libjbzip2-java libsam-java
0 upgraded, 3 newly installed, 0 to remove and 587 not upgraded.
Need to get 539 kB of archives.
After this operation, 1,264 kB of additional disk space will be used.
Do you want to continue? [Y/n]

While fixing this in the AMI itself is the ideal solution, in the interim having a documented check in the quality control lesson to ensure fastqc and related tools are installed is very helpful to a new student.

tejashree1modak avatar Jan 28 '20 05:01 tejashree1modak

Should this issue be closed? The related PR was merged. While I'm not sure it fully addresses the issue, I can report that the last couple times I used the AMI this year it did indeed have all the software installed in it.

sstevens2 avatar Aug 17 '23 18:08 sstevens2