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
@@ -31,73 +30,23 @@ packaged specifically for use with the [Dockstore.org](https://dockstore.org/) f
31
30
32
31
## Options for customisation:
33
32
34
-
* BWA specific mapping parameters (defaults are based on attempts at a global standard).
35
-
* Optionally output CRAM (scramble parameters can be modified)
33
+
* BWA specific mapping parameters (defaults are based on attempts at a global standard)
34
+
* Optionally output CRAM (see `seqslice` to for faster access, recommend 1000)
35
+
* applied to `seqs_per_slice` option of htslib/samtools.
36
+
* Optionally run with BWA-MEM2
37
+
* Optionally run with bwa-kit post-processing (for calling on alternative contigs)
36
38
37
-
## Usable Cores
39
+
## Run instructions
38
40
39
-
When running outside of a docker container you can set the number of CPUs via:
41
+
The full documentation covering input files, optional parameters, and methods of running dockstore-cgpmap can be found in the [github wiki][github-wiki].
40
42
41
-
*`export CPU=N`
42
-
*`-threads|-t` option of `ds-cgpmap.pl`
43
+
## Development
43
44
44
-
If not set detects available cores on system.
45
+
### Verifying your deployment
45
46
46
-
## Other uses
47
+
The `examples/` tree contains test json files populated with data that can be used to verify the tool. More details on running Dockstore locally for testing purposes can be found in the [github wiki][github-wiki].
47
48
48
-
### Native docker
49
-
50
-
All of the tools installed as part of [PCAP-core][pcap-core] are available for direct use.
0 commit comments