This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to get parliament2 working with Singularity on HPC systems (#46)
* Adding Singularity file spython recipe DockerFile > Singularity * Trying to create resources.tar.gz file beforehand * Changing tar options * tar xtract * try different version of chmod * Setting entrypoint * Moving back to runscript * Fixing paths for singularity * Minor change to maintainer flag * Fix manta path * need to learn how to trigger a singularity build. * Changes to paths for survivor and svtyper * trying to run svviz * typo in svviz * trigger * Removing memfree option from parallel * Conda environment for svtyper * removing double sourcing of conda.sh * Creating environment for svtyper * changing dependency to python 2.7 * making Singularity changes to Dockerfile * build hook to create resources.tar.gz on dockerhub * Removing Singularity build file as now we are able to build with docker and run with singularity * Smaller travis test at the end * Changing test to just do Breakdancer and SVTyper
- Loading branch information
Showing
7 changed files
with
84 additions
and
52 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
|
||
echo "Compressing the resources directory" | ||
|
||
tar -czf resources.tar.gz resources/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: svtyper_env | ||
channels: | ||
dependencies: | ||
- python=2.7 | ||
- pip: | ||
- "--editable=git+https://github.com/hall-lab/svtyper.git#egg=svtyper_git" |