mirror of
https://github.com/MillironX/singularity-builds.git
synced 2024-11-21 17:36:04 +00:00
Give assembly_improvement a pretty README
This commit is contained in:
parent
96f1410056
commit
143933c0b6
2 changed files with 39 additions and 2 deletions
37
assembly_improvement/README.md
Normal file
37
assembly_improvement/README.md
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
# Assembly Improvement
|
||||||
|
|
||||||
|
[![Container source](https://img.shields.io/static/v1?label=Container%20Source&message=GitHub&color=lightgrey&logo=github&style=flat-square)](https://github.com/MillironX/singularity-builds/tree/master/assembly_improvement)
|
||||||
|
[![assembly_improvement source](https://img.shields.io/static/v1?label=assembly_improvement%20Source&message=GitHub&color=lightgrey&logo=github&style=flat-square)](https://github.com/sanger-pathogens/assembly_improvement)
|
||||||
|
[![Version 1.160490](https://img.shields.io/static/v1?label=Latest%20version&message=1.160490&color=yellowgreen&logo=linuxcontainers&style=flat-square)](https://cloud.sylabs.io/library/millironx/default/assembly_improvement)
|
||||||
|
[![Docs](https://img.shields.io/static/v1?label=Docs&message=README&color=blue&style=flat-square)](https://github.com/sanger-pathogens/assembly_improvement/blob/master/README.md)
|
||||||
|
[![CentOS base](https://img.shields.io/static/v1?label=Base%20image&message=CentOS&color=9fcf32&logo=centos&style=flat-square)](https://www.centos.org/)
|
||||||
|
|
||||||
|
Take in an assembly in FASTA format, reads in FASTQ format, and make the
|
||||||
|
assembly better by scaffolding and gap filling.
|
||||||
|
|
||||||
|
## Tools installed
|
||||||
|
|
||||||
|
### SSPACE
|
||||||
|
|
||||||
|
- `SSPACE_Basic.pl`
|
||||||
|
|
||||||
|
### GapFiller
|
||||||
|
|
||||||
|
- `GapFiller`
|
||||||
|
|
||||||
|
### Abacas
|
||||||
|
|
||||||
|
- `abacas.pl`
|
||||||
|
|
||||||
|
### SGA
|
||||||
|
|
||||||
|
- `sga`
|
||||||
|
|
||||||
|
### improve_assembly
|
||||||
|
|
||||||
|
- `improve_assembly`
|
||||||
|
- `diginorm_with_khmer`
|
||||||
|
- `fill_gaps_with_gapfiller`
|
||||||
|
- `order_contigs_with_abacas`
|
||||||
|
- `read_correction_with_sga`
|
||||||
|
- `scaffold_with_sspace`
|
|
@ -11,7 +11,7 @@ From: default/centos:latest
|
||||||
dnf config-manager --set-enabled PowerTools
|
dnf config-manager --set-enabled PowerTools
|
||||||
|
|
||||||
# Operating dependencies
|
# Operating dependencies
|
||||||
dnf --setopt=install_weak_deps=False install procps perl python3 -y
|
dnf --setopt=install_weak_deps=False install procps perl python3 which -y
|
||||||
|
|
||||||
# Building dependencies
|
# Building dependencies
|
||||||
dnf groupinstall 'Development Tools' -y
|
dnf groupinstall 'Development Tools' -y
|
||||||
|
@ -152,7 +152,7 @@ From: default/centos:latest
|
||||||
%labels
|
%labels
|
||||||
Author 25492070+MillironX@users.noreply.github.com
|
Author 25492070+MillironX@users.noreply.github.com
|
||||||
SoftwareVersion 1.160490
|
SoftwareVersion 1.160490
|
||||||
SingularityDefinitionVersion 1
|
SingularityDefinitionVersion 2
|
||||||
|
|
||||||
%help
|
%help
|
||||||
Assembly Improvement
|
Assembly Improvement
|
||||||
|
|
Loading…
Reference in a new issue