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
A clear and concise description of what the bug or error is.
12
+
13
+
**Error message**
14
+
Paste the complete log message, include the main task log and failed subtask log.
15
+
The main task log is usually located in your working directory and is named `pidXXX.log.info` and the main task log will tell you the failed subtask log in the last few lines, such as:
16
+
<pre>
17
+
[ERROR] 2020-07-01 11:06:57,184 polish_genome failed: please check the following logs:
You can use the command `lsb_release -a` to get it.
24
+
25
+
**GCC**
26
+
What version of GCC are you using?
27
+
You can use the command `gcc -v` to get it.
28
+
29
+
**Python**
30
+
What version of Python are you using?
31
+
You can use the command `python --version` to get it.
32
+
33
+
**NextPolish**
34
+
What version of NextPolish are you using?
35
+
You can use the command `nextPolish -v` to get it.
36
+
37
+
**To Reproduce** (Optional)
38
+
Steps to reproduce the behavior. Providing a minimal test dataset on which we can reproduce the behavior will generally lead to quicker turnaround time!
0 commit comments