-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: testing fixes for all use cases of input, add bclconvert docker
- Loading branch information
Ryan Routsong
committed
Dec 15, 2023
1 parent
83bdaf5
commit 019b201
Showing
10 changed files
with
97 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
FROM ubuntu:23.04 | ||
ARG DEBIAN_FRONTEND=noninteractive | ||
RUN apt-get -qq update; apt-get -qq install pstack gdb wget vim curl alien | ||
WORKDIR "/" | ||
RUN wget -q https://hpc.nih.gov/~OpenOmics/weave/bcl-convert-4.2.4-2.el7.x86_64.rpm | ||
RUN alien --scripts bcl-convert-4.2.4-2.el7.x86_64.rpm | ||
RUN dpkg -i bcl-convert_4.2.4-3_amd64.deb | ||
RUN mkdir /work; chmod -R 777 /work | ||
WORKDIR "/work" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.