Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS AMI missing fastqc and related tools #209

Open
tejashree1modak opened this issue Jan 28, 2020 · 1 comment
Open

AWS AMI missing fastqc and related tools #209

tejashree1modak opened this issue Jan 28, 2020 · 1 comment

Comments

@tejashree1modak
Copy link

tejashree1modak commented Jan 28, 2020

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.

@sstevens2
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants