-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
131 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Please report | ||
|
||
- [ ] version of ABySS with `abyss-pe version` | ||
- [ ] distribution of Linux with `lsb_release -d` | ||
|
||
# Assembly error | ||
|
||
- [ ] complete `abyss-pe` command line | ||
- [ ] last 20 lines of the output of `abyss-pe` | ||
- [ ] number of sequenced bases | ||
- [ ] estimated genome size and ploidy | ||
- [ ] estimated sequencing depth of coverage | ||
|
||
# Build error | ||
|
||
Consider installing ABySS using [Linuxbrew](https://linuxbrew.sh) on Linux or [Homebrew](https://brew.sh) on macOS with `brew install abyss`, or using [Bioconda](https://bioconda.github.io) with `conda install abyss`. | ||
|
||
- [ ] Have you tried installing ABySS using Brew or Bioconda? | ||
- [ ] version of GCC or compiler with `gcc --version` | ||
- [ ] complete `./configure` command line | ||
- [ ] last 20 lines of the output of `./configure` | ||
- [ ] last 20 lines of the output of `make` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.