-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TST: add tests for MetaCoAG #7
Comments
I'm also happy to do this issue @Vini2 ! |
Hi @YapengLang! Feel free to tackle this issue. Thanks! |
hi @Vini2 , I tried to write tests for invoking MetaCoAG on spades and megahit, but I met some warnings I didn't understand very well. I followed the instructions provided in this issue. When I ran pytest for
traceback:
I tried to set the scope of fixture Thank you for any suggestions! |
Hi @YapengLang! This warning should not be an issue. It's popping up because some of the vertices are not reachable because they have no connections. Feel free to ignore them. |
Add tests for MetaCoAG in
gbintk
.MetaCoAG on spades
File name:
test_cli_metacoag.py
Function name:
test_metacoag_spades_run
Inputs: file names in the
tests/data/5G_metaSPAdes
directory.assembly_graph_with_scaffolds.gfa
contigs.fasta
contigs.paths
coverm_mean_coverage.tsv
tmp_dir
How to invoke:
MetaCoAG on megahit
File name:
test_cli_metacoag.py
Function name:
test_metacoag_megahit_run
Inputs: file names in the
tests/data/5G_MEGAHIT
directory.final.gfa
final.contigs.fa
abundance.tsv
tmp_dir
How to invoke:
MetaCoAG on flye
File name:
test_cli_metacoag.py
Function name:
test_metacoag_flye_run
Inputs: file names in the
tests/data/1Y3B_Flye
directory.assembly_graph.gfa
assembly.fasta
assembly_info.txt
abundance.tsv
tmp_dir
How to invoke:
The text was updated successfully, but these errors were encountered: