-
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.
- Loading branch information
James Santangelo
committed
May 13, 2021
1 parent
4e0e4e8
commit 6a2a878
Showing
3 changed files
with
8 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
*_build/ | ||
*.sif |
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
### Usage | ||
|
||
``` | ||
singularity pull --name ngsld.sif shub://James-S-Santangelo/singularity-recipes:ngsld_v1.1.1 | ||
singularity shell ngsld.sif | ||
ngsld [options] | ||
perl /opt/bin/prune_graph.pl ## Accessory scripts | ||
singularity pull --name ngsld.sif library://james-s-santangelo/ngsld/:ngsld:1.1.1 | ||
singularity exec ngsld.sif ngsld [options] | ||
singularity exec ngsld.sif perl /opt/bin/prune_graph.pl ## Accessory scripts | ||
``` | ||
|
||
See [ngsLD](https://github.com/fgvieira/ngsLD) for program documentation. |