Skip to content

Commit

Permalink
bump for zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouras13 committed Oct 22, 2023
1 parent 2b070c6 commit 3d48218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ George Bouras, Anna E. Sheppard, Vijini Mallawaarachchi, Sarah Vreugde, Plassemb

If you use `plassembler`, please see the full [Citations](#citations) section for a list of all programs `plassembler` uses under the hood, in order to fully recognise the creators of these tools for their work.

## Table of Contents
## Table of Contents

- [plassembler](#plassembler)
- [Automated Bacterial Plasmid Assembly Program](#automated-bacterial-plasmid-assembly-program)
Expand Down
4 changes: 2 additions & 2 deletions tests/test_end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ def test_plassembler_assembled(self):
exec_command(cmd)
remove_directory(outdir)

def test_plassembler_assembled(self):
"""test plassembler assembled"""
def test_plassembler_assembled_no_copy_numbers(self):
"""test plassembler assembled --no_copy_numbers"""
longreads: Path = f"{end_to_end}/input_fastq.gz"
s1: Path = f"{end_to_end}/input_R1.fastq.gz"
s2: Path = f"{end_to_end}/input_R2.fastq.gz"
Expand Down

0 comments on commit 3d48218

Please sign in to comment.