Skip to content

Commit

Permalink
Fix installation adding bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed May 22, 2023
1 parent c2df2ec commit caa82c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -36,8 +36,8 @@ jobs:
extra-specs: |
python=${{ matrix.python }}
- name: conda
- name: install package itself
shell: bash -l {0}
run: |
pip install .
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Expand Up @@ -39,7 +39,7 @@ Just install this package::

pip install sequana_pacbio_qc

You will need **kraken2** (optional) for the taxonomic analysis.
You will need **samtools** and **kraken2** (optional) for the taxonomic analysis.


Usage
Expand Down Expand Up @@ -77,6 +77,7 @@ Requirements
This pipelines requires the following executable(s):

- sequana
- samtools
- kraken2
- multiqc

Expand Down

0 comments on commit caa82c3

Please sign in to comment.