-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/ncbi/fcs
- Loading branch information
Showing
2 changed files
with
48 additions
and
0 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,29 @@ | ||
--- | ||
name: Bug Report Template | ||
about: Create a report to help us improve | ||
title: "[BUG]: <title>" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
*Describe the bug* | ||
A clear and concise description of what the bug is. | ||
|
||
*To Reproduce* | ||
Copy the full ``run_fcsadaptor.sh``/``run_gx.py`` command used. | ||
|
||
If you are having trouble with your genome, please ensure that you can run the pipeline with one of our test genomes first. If your installation works fine with the sample input, please tell us if you are willing and able to share your genome with us, if asked. | ||
|
||
*Software versions (please complete the following information):* | ||
- OS [e.g. CentOS 7, macOS , etc.]. | ||
- Cloud Platform VM [e.g. AWS , GCP], if applicable. | ||
- Docker or Singularity version [``docker --version``]/[``singularity --version``]. | ||
- Docker or Singularity FCS image version [``docker image ls``]. | ||
- Python version if using FCS-GX [``python --version``]. | ||
|
||
*Log Files* | ||
Please rerun with the ``--debug`` flag and attach an archive (e.g. zip or tarball) of the logs in the directory [``debug/tmp-outdir*.log``] for FCS-adaptor or the saved log file [``run_gx.py ... > GX.log 2>&1``] for FCS-GX. | ||
|
||
*Additional context* | ||
Add any other context about the problem here. |
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,19 @@ | ||
--- | ||
name: Feature Request Template | ||
about: Suggest an idea for this project | ||
title: "[FEATURE REQUEST]: <title>" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
*Is this a feature request for FCS-adaptor or FCS-GX?* | ||
|
||
*Describe the problem you'd like to be solved* | ||
A clear and concise description of what the problem is. | ||
|
||
*Describe the solution you'd like* | ||
A clear and concise description of what you want to happen. | ||
|
||
*Describe alternatives you've considered* | ||
A clear and concise description of any alternative solutions or features you've considered. |