Update build.yml #316
Annotations
9 errors
build:
tests/test_context.py#L128
test_efetch_IPGs_chunks
AttributeError: '_io.BytesIO' object has no attribute 'code'
|
build:
tests/test_context.py#L139
test_efetch_IPGs_output
AttributeError: '_io.BytesIO' object has no attribute 'code'
|
build:
tests/test_database.py#L20
test_diamond_makedb
TypeError: diamond_makedb() missing 1 required positional argument: 'cpus'
|
build:
tests/test_genome_parsers.py#L43
test_find_gene_name[qualifiers1-Locus tag]
AssertionError: assert 'L' == 'Locus tag'
- Locus tag
+ L
|
build:
tests/test_genome_parsers.py#L64
test_parse_fasta
AttributeError: module 'cblaster.genome_parsers' has no attribute 'parse_fasta'. Did you mean: 'parse_file'?
|
build:
tests/test_genome_parsers.py#L115
test_find_files
assert False
+ where False = all(<generator object test_find_files.<locals>.<genexpr> at 0x7f88840a6190>)
|
build:
tests/test_local.py#L86
test_diamond
AssertionError: assert ['diamond', 'blastp', '--query', 'fasta', '--db', 'database', '--id', '30', '--evalue', '0.01', '--outfmt', '6', 'qseqid', 'sseqid', 'pident', 'qcovhsp', 'evalue', 'bitscore', '--threads', '1', '--query-cover', '50', '--max-hsps', '1'] == ['diamond', 'blastp', '--query', 'fasta', '--db', 'database', '--id', '30', '--evalue', '0.01', '--outfmt', '6', 'qseqid', 'sseqid', 'pident', 'qcovhsp', 'evalue', 'bitscore', '--threads', '1', '--query-cover', '50', '--max-hsps', '1', '--max-target-seqs', '5000']
Right contains 2 more items, first extra item: '--max-target-seqs'
Full diff:
[
'diamond',
'blastp',
'--query',
'fasta',
'--db',
'database',
'--id',
'30',
'--evalue',
'0.01',
'--outfmt',
'6',
'qseqid',
'sseqid',
'pident',
'qcovhsp',
'evalue',
'bitscore',
'--threads',
'1',
'--query-cover',
'50',
'--max-hsps',
'1',
- '--max-target-seqs',
- '5000',
]
|
build:
tests/test_local.py#L104
test_search_ids
TypeError: test_search_ids.<locals>.mock_parse() got an unexpected keyword argument 'min_identity'
|
build
Process completed with exit code 1.
|