Skip to content

Commit

Permalink
Moving ngsLD to cloud library
Browse files Browse the repository at this point in the history
  • Loading branch information
James Santangelo committed May 13, 2021
1 parent 4e0e4e8 commit 6a2a878
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*_build/
*.sif
2 changes: 2 additions & 0 deletions angsd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
singularity pull --name angsd.sif library://james-s-santangelo/angsd/angsd:0.933
singularity exec angsd.sif angsd [options]
```

See [ANGSD](https://github.com/ANGSD) for program documentation.
9 changes: 5 additions & 4 deletions ngsLD/README.md
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.

0 comments on commit 6a2a878

Please sign in to comment.