Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/KwanLab/Autometa into issue-#3
Browse files Browse the repository at this point in the history
  • Loading branch information
evanroyrees committed Sep 1, 2020
2 parents d1e6e7d + aaa7ff5 commit 7269349
Show file tree
Hide file tree
Showing 16 changed files with 1,382 additions and 445 deletions.
6 changes: 0 additions & 6 deletions .condarc.yaml

This file was deleted.

52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/support_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
name: Support request
about: Need clarification on a few scripts or the pipeline in general? Ask us!
---

<!--
Hi! Read this; it's important.
This is an issue tracker for Autometa. File support requests about
Autometa here.
-->

### User checklist

- [ ] Are you using the latest release?
- [ ] Are you using python 3?
- [ ] Did you check previous issues to see if this has already been mentioned?
- [ ] Are you using a Mac or Linux machine?

#### Description

<!-- A clear and concise description of what the support request is about. -->

#### Expected Behavior

<!-- Please describe the behavior you are expecting. -->

#### System Environment

<!-- Please provide relevant system environment information. -->

- Operating System:
- RAM:
- Disk:

#### Tasks/Command(s)

<!-- If this issue is describing steps for your workflow, include specific tasks in the order they need to be done. If you know where these routines are implemented in the code base, please include links to the lines of code where you need clarification for each respective task. -->

- [ ] Task 1
- [ ] Task 2
- [ ] Task 3
- [ ] etc.

<details><summary>Log/Error information generated by Autometa.</summary><p>
<!-- between the ticks below, Please paste any log or error information generated during your workflow. -->

```
```

</p></details>
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,14 @@ dmypy.json
autometa/*.pyc
autometa/taxonomy/*.pyc
autometa/databases/markers/*.h3*
autometa/databases/ncbi/*

# databases / testing
tests/data/*
!tests/data/metagenome.fna

# visualStudioCode
.vscode/*
.vscode/
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
Expand Down
Loading

0 comments on commit 7269349

Please sign in to comment.