File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
pipecraft-core/service_scripts Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff 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 (),
Original file line number Diff line number Diff 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
3535control :
3636 spike :
3737 positive :
38- forward_primer : " GCATCGATGAAGAACGCAGC "
38+ forward_primer : " GTGARTCATCGAATCTTTG "
3939reverse_primer : " TCCTCCGCTTATTGATATGC"
4040custom_sample_table : FALSE
4141filtering :
@@ -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
You can’t perform that action at this time.
0 commit comments