Skip to content

Commit 4a956e8

Browse files
committed
remove excess optimOTU Docker options
1 parent 4764af6 commit 4a956e8

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

src/components/Run.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,6 @@ export default {
913913
Tty: false,
914914
AttachStdout: true,
915915
AttachStderr: true,
916-
Platform: "linux/amd64",
917916
Env: [
918917
`HOST_UID=${this.userId}`,
919918
`HOST_GID=${this.groupId}`,
@@ -922,10 +921,6 @@ export default {
922921
`fileFormat=${this.$store.state.data.fileFormat}`,
923922
`readType=${this.$store.state.data.readType}`,
924923
`readType=${this.$store.state.data.readType}`,
925-
'R_ENABLE_JIT=0', // Disable JIT compilation
926-
'R_COMPILE_PKGS=0', // Disable package compilation
927-
'R_DISABLE_BYTECODE=1', // Disable bytecode compilation
928-
'R_KEEP_PKG_SOURCE=yes' // Keep package sources
929924
],
930925
HostConfig: {
931926
Binds: this.getOptimOTUBinds(),

src/pipecraft-core/service_scripts/pipeline_options.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ trimming:
1414
min_overlap: 10
1515
max_n: 0
1616
max_err: 1
17-
truncQ_R1: 3
18-
truncQ_R2: 3
17+
truncQ_R1: 2
18+
truncQ_R2: 2
1919
min_length: 100
2020
cut_R1: 0
2121
cut_R2: 0
@@ -35,7 +35,7 @@ orient: fwd
3535
control:
3636
spike:
3737
positive:
38-
forward_primer: "GCATCGATGAAGAACGCAGC"
38+
forward_primer: "GTGARTCATCGAATCTTTG"
3939
reverse_primer: "TCCTCCGCTTATTGATATGC"
4040
custom_sample_table: FALSE
4141
filtering:
@@ -48,7 +48,6 @@ amplicon_model:
4848
model_type: CM
4949
model_file: /optimotu_targets/data/ITS3_ITS4.cm
5050
model_align: no
51-
numt_filter: no
5251
model_filter:
5352
max_model_start: 5
5453
min_model_end: 140

0 commit comments

Comments
 (0)