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
{{ message }}
This repository was archived by the owner on Jan 27, 2020. It is now read-only.
-[#679](https://github.com/SciLifeLab/Sarek/pull/679) - Update old awsbatch configuration
26
27
-[#682](https://github.com/SciLifeLab/Sarek/pull/682) - Specifications for memory and cpus for awsbatch
27
28
-[#693](https://github.com/SciLifeLab/Sarek/pull/693) - Qualimap bamQC is now ran after mapping and after recalibration for better QC
@@ -59,17 +90,47 @@ The default profile is `standard`, but Sarek has multiple predefined profiles wh
59
90
```bash
60
91
nextflow run SciLifeLab/Sarek --sample mysample.tsv -profile myprofile
61
92
```
93
+
awsbatch {
94
+
binac {
95
+
btb {
96
+
cfc {
97
+
docker {
98
+
singularity {
99
+
singularityPath {
100
+
slurm {
101
+
slurmDownload {
102
+
standard {
103
+
104
+
### `awsbatch`
62
105
106
+
This is the profile for use with AWS Batch.
107
+
108
+
### `binac`
109
+
110
+
This is the profile for use on the german BinAC cluster.
111
+
112
+
### `btb`
113
+
114
+
This is the profile for use on the BTB server munin.
115
+
116
+
### `cfc`
117
+
118
+
This is the profile for use on the CFC cluster in Tuebingen.
63
119
64
120
### `docker`
65
121
66
122
This is the profile for docker testing on a small machine, or on Travis CI.
67
123
Docker images will be pulled automatically.
68
124
69
-
### `standard`
125
+
### `singularity`
70
126
71
-
This is the default profile for use on a localhost on a UPPMAX cluster with Singularity.
72
-
Singularity images need to be set up.
127
+
This is the profile for Singularity testing on a small machine, or on Travis CI.
128
+
Singularity images will be pulled automatically.
129
+
130
+
### `singularityPath`
131
+
132
+
This is the profile for Singularity testing on a small machine.
133
+
Singularity images needs to be set up.
73
134
74
135
### `slurm`
75
136
@@ -83,10 +144,10 @@ This is another profile for use on a UPPMAX cluster using the job scheduler slur
83
144
Will run the workflow on `/scratch`.
84
145
Singularity images will be pulled automatically.
85
146
86
-
### `singularity`
147
+
### `standard`
87
148
88
-
This is the profile for Singularity testing on a small machine, or on Travis CI.
89
-
Singularity images will be pulled automatically.
149
+
This is the default profile for use on a localhost on a UPPMAX cluster with Singularity.
150
+
Singularity images need to be set up.
90
151
91
152
## Customisation
92
153
The recommended way to use custom settings is to supply Sarek with an additional configuration file. You can use the files in the [`conf/`](https://github.com/SciLifeLab/Sarek/tree/master/conf) directory as an inspiration to make this new `.config` file and specify it using the `-c` flag:
Copy file name to clipboardExpand all lines: docs/REFERENCES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ Use `--genome smallGRCh37` to map against a small reference genome based on GRCh
101
101
102
102
## AWS iGenomes
103
103
Sarek is using [AWS iGenomes](https://ewels.github.io/AWS-iGenomes/), which facilitate storing and sharing references.
104
-
Both `GRCh37` and `GRCh38` are available with `--genome GRCh37` or `--genome GRCh38` respectively with any profile using the `conf/igenomes.config` file (eg.: `awsbatch`), or you can specify it with `-c conf/igenomes.config`, it contains all data previously detailed.
104
+
Both `GRCh37` and `GRCh38` are available with `--genome GRCh37` or `--genome GRCh38` respectively with any profile using the `conf/igenomes.config` file (eg.: `awsbatch`, or `btb`), or you can specify it with `-c conf/igenomes.config`, it contains all data previously detailed.
0 commit comments