File: issue_template.md

package info (click to toggle)
seqkit 2.9.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 72,276 kB
  • sloc: sh: 937; perl: 114; makefile: 14
file content (24 lines) | stat: -rw-r--r-- 1,234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Please check the items below before submitting an issue.
They help to improve the communication efficiency between us.
Thanks!

### Prerequisites

- [ ] Make sure you've installed the correct executable binary file.
    For Mac users, Please download
    - `seqkit_darwin_amd64.tar.gz` for Mac with Intel CPUs.
    - `seqkit_darwin_arm64.tar.gz` for Mac with M series CPUs.
- [ ] Make sure you are using the latest version by `seqkit version -u`.
- [ ] Read the [usage and examples](http://bioinf.shenwei.me/seqkit/usage/) for the specific subcommand.

### Describe your issue in detail

- [ ] Please copy and paste the command you ran and the error information if reported.
- [ ] It would be more helpful to provide as much information as you can:
    - [ ] Are you running on a personal computer or a server?
    - [ ] What's the operating system, and how much RAM (memory) is available?
    - [ ] Show the types and sizes of input files with `file xxx` and `ls -lh xxx`.
    - [ ] Show some lines of input files with `head -n 5 xxx` or `zcat xxx.gz | head -n 5`.
- [ ] Provide a reproducible example.
    - [ ] Has this problem happened many times?
    - [ ] Or it only failed with this input file or/and these command/parameters.