We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add tests for GraphBin in gbintk.
gbintk
File name: test_cli_graphbin.py Function name: test_graphbin_spades_run
test_cli_graphbin.py
test_graphbin_spades_run
Inputs: file names in the tests/data/5G_metaSPAdes directory.
tests/data/5G_metaSPAdes
assembly_graph_with_scaffolds.gfa
contigs.fasta
contigs.paths
initial_contig_bins.csv
tmp_dir
How to invoke:
gbintk graphbin --assembler spades --graph {graph} --contigs {contigs} --paths {paths} --binned {binned} --output {outpath}
File name: test_cli_graphbin.py Function name: test_graphbin_megahit_run
test_graphbin_megahit_run
Inputs: file names in the tests/data/5G_MEGAHIT directory.
tests/data/5G_MEGAHIT
final.gfa
final.contigs.fa
gbintk graphbin --assembler megahit --graph {graph} --contigs {contigs} --binned {binned} --output {outpath}
File name: test_cli_graphbin.py Function name: test_graphbin_flye_run
test_graphbin_flye_run
Inputs: file names in the tests/data/1Y3B_Flye directory.
tests/data/1Y3B_Flye
assembly_graph.gfa
assembly.fasta
assembly_info.txt
gbintk graphbin --assembler flye --graph {graph} --contigs {contigs} --paths {paths} --binned {binned} --output {outpath}
The text was updated successfully, but these errors were encountered:
Hi @Vini2, happy to take on this issue!
Should the tests inspect the output written to the tmp dir for correctness, or just check that the command is run without failure?
Sorry, something went wrong.
Hi @KatherineCaley!
Thanks for picking this issue. For now just checking that the command runs is enough. I've only checked the output for one case in MetaCoAG only.
Thanks!
cc3d872
Merge pull request #10 from KatherineCaley/main
ce83d0a
TST: add tests for graphbin, fixes #2
No branches or pull requests
Add tests for GraphBin in
gbintk
.GraphBin on spades
File name:
test_cli_graphbin.py
Function name:
test_graphbin_spades_run
Inputs: file names in the
tests/data/5G_metaSPAdes
directory.assembly_graph_with_scaffolds.gfa
contigs.fasta
contigs.paths
initial_contig_bins.csv
tmp_dir
How to invoke:
GraphBin on megahit
File name:
test_cli_graphbin.py
Function name:
test_graphbin_megahit_run
Inputs: file names in the
tests/data/5G_MEGAHIT
directory.final.gfa
final.contigs.fa
initial_contig_bins.csv
tmp_dir
How to invoke:
GraphBin on flye
File name:
test_cli_graphbin.py
Function name:
test_graphbin_flye_run
Inputs: file names in the
tests/data/1Y3B_Flye
directory.assembly_graph.gfa
assembly.fasta
assembly_info.txt
initial_contig_bins.csv
tmp_dir
How to invoke:
The text was updated successfully, but these errors were encountered: