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

Don't store source code for programs #36

Merged
merged 4 commits into from
Apr 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion MIPTools.def
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,9 @@ From: amd64/ubuntu:20.04
./install.sh $CPU_COUNT

# install parasight
scp /opt/programs/parasight_v7.6/parasight.pl /opt/bin/parasight76.pl
cd /opt/programs
git clone --branch v7.6 https://github.com/bailey-lab/parasight
scp parasight/parasight.pl /opt/bin/parasight.pl

# install basespace cli
BS_PATH="https://launch.basespace.illumina.com/CLI/latest/amd64-linux/bs"
Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Bug Fixes
Maintenance
-----------

- Install programs from GitHub instead of storing source code
(:github:user:`arisp99`, :github:pull:`36`).
- Update LICENSE year.
- Store containers using an HTTP directory (:github:issue:`12`).
- Remove duplicated files.
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ readthedocs-sphinx-search==0.1.1
docutils==0.16 # see https://github.com/sphinx-doc/sphinx/issues/9049
myst_parser==0.15.2 # write docs using MyST (a flavor of markdown)
sphinx_copybutton==0.4.0 # copy button
sphinx-toolbox==2.18.0 # many useful tools for sphinx
sphinx-toolbox==2.18.2 # many useful tools for sphinx
sphinx-licenseinfo==0.3.0 # license info
sphinx-notfound-page==0.8 # 404 page
8 changes: 8 additions & 0 deletions programs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Programs

This folder can be used to install custom software into the MIPTools container.
By placing software into this folder, the software will be built into the
container. Currently only the
[`bcl2fastq`](https://support.illumina.com/sequencing/sequencing_software/bcl2fastq-conversion-software.html)
software, which is used for demultiplexing BCL files, can be installed. Consult
the documentation for additional instruction.
21 changes: 0 additions & 21 deletions programs/lastz/LICENSE

This file was deleted.

47 changes: 0 additions & 47 deletions programs/lastz/Makefile

This file was deleted.

Loading