Skip to content

Commit

Permalink
Updates report (#15)
Browse files Browse the repository at this point in the history
* changes to address count bug

* updates report and its dependencies
  • Loading branch information
brwnj authored Jul 17, 2018
1 parent 0156425 commit 982a0b2
Show file tree
Hide file tree
Showing 15 changed files with 804 additions and 742 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
example/annotation_references
example/mothur_sop_results
example/example_its_results
example/additional_data
.snakemake

# Byte-compiled / optimized / DLL files
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include hundo/Snakefile
include hundo/environment.yml
include hundo/scripts/build_report.py
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ https://bioconda.github.io/#using-bioconda
Really, you just need to make sure `conda` is executable and you've set up your channels (numbers 1 and 2). Then:

```
conda install python=3.6 \
pyyaml snakemake>=5.1.4 biopython \
biom-format=2.1.6 numpy pandas=0.23.1 \
plotly=2.7.0
conda install python>=3.6 click \
pyyaml snakemake>=5.1.4 biopython
pip install hundo
```

Expand Down
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ set up your channels (numbers 1 and 2). Then:

::

conda install python=3.6 \
pyyaml snakemake>=5.1.4 biopython \
biom-format=2.1.6 numpy pandas=0.23.1 \
plotly=2.7.0
conda install python>=3.6 click \
pyyaml snakemake>=5.1.4 biopython
pip install hundo


Expand Down
12 changes: 4 additions & 8 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ set up your channels (steps 1 and 2). Then:

::

conda install python=3.6 \
pyyaml snakemake>=5.1.4 biopython \
biom-format=2.1.6 numpy pandas=0.23.1 \
plotly=2.7.0
conda install python>=3.6 click \
pyyaml snakemake>=5.1.4 biopython
pip install hundo

To update to the newest version of Hundo, run
Expand All @@ -26,10 +24,8 @@ To update to the newest version of Hundo, run
Alternatively, if you do not want any new executables in your environment
you can install into a new conda environment, e.g. hundo_env::

conda create --name hundo_env python=3.6 \
pyyaml snakemake>=5.1.4 biopython \
biom-format=2.1.6 numpy pandas=0.23.1 \
plotly=2.7.0
conda create --name hundo_env python>=3.6 \
click pyyaml snakemake>=5.1.4 biopython
source activate hundo_env
pip install hundo

Expand Down
50 changes: 0 additions & 50 deletions example/log.txt

This file was deleted.

12 changes: 0 additions & 12 deletions example/mothur_sop_data/Sample1_R1.fastq

This file was deleted.

Binary file added example/mothur_sop_data/Sample1_R1.fastq.gz
Binary file not shown.
12 changes: 0 additions & 12 deletions example/mothur_sop_data/Sample1_R2.fastq

This file was deleted.

Binary file added example/mothur_sop_data/Sample1_R2.fastq.gz
Binary file not shown.
Loading

0 comments on commit 982a0b2

Please sign in to comment.