You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HOWTO.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Please go to [data/README](./data/README.md) for production-level workflow scrip
9
9
10
10
At this stage, you should have completed the BWASP installation steps
11
11
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.
13
13
14
14
The BWASP script [xgetSRAacc](./bin/xgetSRAacc) uses NCBI SRA Toolkit to download data from NCBI SRA.
15
15
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:
20
20
singularity exec -e bwasp.sif vdb-config -i
21
21
```
22
22
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.
24
24
25
25
__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).__
Copy file name to clipboardExpand all lines: INSTALL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Requirements
4
4
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.
6
6
7
7
* BWASP can execute on a single processor machine, but realistically you would want to have 10-20 cores available.
8
8
@@ -36,7 +36,7 @@ BWASP use via the singularity container is highly recommended, with no known
36
36
drawbacks.
37
37
However, if desired, you can of course install all the required software and
38
38
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
0 commit comments