Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: tiagofilipe12 <[email protected]>
  • Loading branch information
ODiogoSilva and tiagofilipe12 authored Nov 15, 2018
1 parent 3a8512d commit 281b54e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resolution
- Added seed parameter to `downsample_fastq` component.
- Added bacmet database to `abricate` component.
- Added default docker option to avoid docker permission errors.
- Added tests for `mash_screen`, `mash_dist`, `mapping_patlas` related python
- Added tests for `mash_screen`, `mash_dist`, `mapping_patlas` python
templates
- Changed the default URL generated by inspect and report commands.

Expand Down
2 changes: 1 addition & 1 deletion flowcraft/tests/template_tests/test_mapping2json.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_depth_file_reader(tmpdir):
"""

# create a temporary file to make a dict from
file = tmpdir.join("test_depth_file.txt")
file_handle = tmpdir.join("test_depth_file.txt")
file.write("seq1\t1\t30")

# execute the function to get the dict
Expand Down

0 comments on commit 281b54e

Please sign in to comment.