Skip to content

Commit cdccccc

Browse files
authored
Merge pull request #77 from vpbrendel/main
various updates (references)
2 parents ef63f25 + 78ffd05 commit cdccccc

8 files changed

Lines changed: 15 additions & 401 deletions

File tree

HOWTO.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Please go to [data/README](./data/README.md) for production-level workflow scrip
99

1010
At this stage, you should have completed the BWASP installation steps
1111
documented in the [INSTALL](./INSTALL.md) document; we'll assume that you have
12-
downloaded the `bwasp.sif` singularity container.
12+
downloaded the `bwasp.sif` Singularity container.
1313

1414
The BWASP script [xgetSRAacc](./bin/xgetSRAacc) uses NCBI SRA Toolkit to download data from NCBI SRA.
1515
If you have been using SRA Toolkit already and allow local file-caching, you need to make sure that your file-caching location is accessible to singularity.
@@ -20,13 +20,13 @@ To do this, run:
2020
singularity exec -e bwasp.sif vdb-config -i
2121
```
2222

23-
navigate to CACHE by entering C and disable local file-caching by toggeling i, followed by x for exit, and possibley o for ok.
23+
navigate to CACHE by entering C and disable local file-caching by toggeling i, followed by x for exit, and possibly o for ok.
2424

2525
__Note: If this is the first time you are using SRA Toolkit on the current machine, you will have to invoke _vdb-config_ at least once to set your preferences (as per NCBI instructions).__
2626

2727

2828
We explain BWASP use with an example from our
29-
[publication](http://brendelgroup.org/).
29+
[2021 publication](https://onlinelibrary.wiley.com/doi/10.1111/1755-0998.13566).
3030

3131

3232
## Samples
@@ -150,7 +150,7 @@ $BWASP_EXEC make &> bwasp.log
150150
```
151151

152152
The preceding `$BWASP_EXEC` makes sure that `make` runs from inside the
153-
singularity container, where we made sure all the moving parts are in working
153+
Singularity container, where we made sure all the moving parts are in working
154154
condition (i.e. all required binaries are of correct version and in the path).
155155

156156
The first *make* command with the -n flag simply shows what _make_ will do and
@@ -172,7 +172,7 @@ After completion of the BWASP workflow, the working directory should contain a
172172
fair number of output files.
173173
Please refer to the documentation of the various constituent programs for
174174
details as well as our
175-
[manuscript](http://brendelgroup.org/research/publications.php).
175+
[2021 publication](https://onlinelibrary.wiley.com/doi/10.1111/1755-0998.13566).
176176
To remove unneeded intermediate files and archive files that may be of
177177
interest later but are not needed in subsequent __BWASP__ analysis steps
178178
we recommend running the following commands at this stage:

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Requirements
44

5-
* BWASP should run on any platform that supports [Singularity](https://www.sylabs.io/docs/) (Linux, MacOS, Windows), although we have only tested on Linux.
5+
* BWASP should run on any platform that supports [Singularity](https://apptainer.org/) (Linux, MacOS), although we have only tested on Linux.
66

77
* BWASP can execute on a single processor machine, but realistically you would want to have 10-20 cores available.
88

@@ -36,7 +36,7 @@ BWASP use via the singularity container is highly recommended, with no known
3636
drawbacks.
3737
However, if desired, you can of course install all the required software and
3838
packages individually on your computer system.
39-
The singularity [recipe file](./Singularity) in this repository should serve as
39+
The Singularity [definition file](./bwasp.def) in this repository should serve as
4040
a guide to perform such an installation.
4141
The `bwasp.sif` container was built on the
4242
[current long-term supported Ubuntu 20.04 distribution](https://www.ubuntu.com/download/desktop)

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ results; it is __open__ (source) and designed to be __scalable__ and
1212
__easy__ to use.
1313

1414

15-
## Quick Start [![https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg](https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg)](https://singularity-hub.org/collections/1203)
15+
## Quick Start
1616

1717
Input to the BWASP workflow consists of accession numbers or fastq files of
1818
bisulfite-sequencing reads as well as the appropriate genome assembly (and, if
@@ -25,7 +25,7 @@ workflow, but configuration and execution is via
2525
[GNU make](https://www.gnu.org/software/make/) using edited copies of the
2626
makefiles provided in the _makefiles_ directory.
2727
All the BWASP dependencies are encapsulated in a
28-
[Singularity](https://www.sylabs.io/docs/) container available from our
28+
[Singularity](https://apptainer.org/) container available from our
2929
[Singularity Hub](http://BrendelGroup.org/SingularityHub/).
3030
Thus, once you know what you are doing, execution could be as simple as
3131

@@ -47,10 +47,11 @@ document for a complete example of how to implement and run a workflow.
4747

4848
## Reference
4949

50-
Claire Morandine and Volker P. Brendel
51-
(2021) _Tools and applications for integrative analysis of DNA methylation
52-
in social insects._ Molecular Ecology Resources, in print.
53-
Pre-print: [at BioRxiv](https://www.biorxiv.org/content/10.1101/2021.08.19.457008v3)
50+
__Claire Morandin and Volker P. Brendel (2021)__
51+
_Tools and applications for integrative analysis of DNA methylation in social insects._
52+
Molecular Ecology Resources, 00, 1-19. [https://doi.org/10.1111/1755-0998.13566](https://doi.org/10.1111/1755-0998.13566).
53+
54+
Original pre-print: [at BioRxiv](https://www.biorxiv.org/content/10.1101/2021.08.19.457008v3).
5455

5556

5657
## Contact

Singularity.v0.9

Lines changed: 0 additions & 156 deletions
This file was deleted.

Singularity.v1.0

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)