Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ncbi/fcs
Browse files Browse the repository at this point in the history
  • Loading branch information
deaconjs committed Nov 28, 2022
2 parents 1865766 + 749b6dd commit f56149f
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report-template.md
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.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request-template.md
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.

0 comments on commit f56149f

Please sign in to comment.