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: build/lib/secapr/assemble_reads.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ def add_arguments(parser):
39
39
)
40
40
parser.add_argument(
41
41
'--assembler',
42
-
choices=["spades","abyss","trinity"],
42
+
choices=["spades","abyss"],# trinity support discontinued
43
43
default="spades",
44
44
help="""The assembler to use (default = spades)."""
45
45
)
@@ -57,7 +57,7 @@ def add_arguments(parser):
57
57
parser.add_argument(
58
58
'--max_memory',
59
59
type=str,
60
-
help='Set the maximum memory to be used during assembly in GB (only available for Spades and Trinity). This can be necessary when working with computing nodes with limited memory or to avoid over-allocation of computing resources on clusters which can in some cases cause your assembly to be stopped or interrupted.'
60
+
help='Set the maximum memory to be used during assembly in GB (only available for Spades). This can be necessary when working with computing nodes with limited memory or to avoid over-allocation of computing resources on clusters which can in some cases cause your assembly to be stopped or interrupted.'
0 commit comments