-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add Getting Started notebook #8
Conversation
|
||
WORKDIR $DST/$FOLDER | ||
################### Install FASTQC ################### |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding fastqc
|
||
## Put more python packages we need here | ||
################### Install Seqtk ################### | ||
ENV ZIP=seqtk-1.4.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need python or seqtk (as of now)
@@ -69,9 +56,11 @@ RUN wget https://github.com/samtools/samtools/releases/download/1.9/samtools-1.9 | |||
./configure --prefix $(pwd) && \ | |||
make | |||
|
|||
RUN installGithub.r \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Install our own package here
We're going to take a strategy that avoids alignment completely so closing this. |
Description
The vignette is where people will see a fully runnable example that guides them through the steps. Only steps not included at this time are the demux steps
Fixes # (issue)
Type of change
How Has This Been Tested?
Checklist: