Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kyclark/biofx_python into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kyclark committed Feb 11, 2021
2 parents b0b9d44 + 7954a14 commit 4ddb5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 18_fastx_sampler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SYNTH = ../17_synth/synth.py
TRAIN = ../17_synth/tests/inputs/*.fa

test:
test: fasta
python3 -m pytest -xv --disable-pytest-warnings --flake8 --pylint --pylint-rcfile=../pylintrc --mypy sampler.py tests/sampler_test.py

all:
Expand Down

0 comments on commit 4ddb5c8

Please sign in to comment.