Skip to content
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

I fixed 2 issues #4

Open
flyant2 opened this issue Oct 9, 2019 · 0 comments
Open

I fixed 2 issues #4

flyant2 opened this issue Oct 9, 2019 · 0 comments

Comments

@flyant2
Copy link

flyant2 commented Oct 9, 2019

ISSUES1:
File "/home/biox/stu10/bio-app/WGSassembly/MIX/bin/Mix.py", line 781, in lower_duplication
for (n,d_in),(n,d_out) in zip(D.in_degree_iter(),D.out_degree_iter()):
AttributeError: 'DiGraph' object has no attribute 'in_degree_iter'

FIX:
$ vi /home/biox/stu10/bio-app/WGSassembly/MIX/bin/Mix.py
change "in_degree_iter" to "in_degree" and "out_degree_iter" to "out_degree" .

ISSUES2: about nucmer
origin:
nucmer --maxmatch -c 30 -l 30 -banded -prefix=alignments contigs.fa contigs.fa

my code:
nucmer (4.0.0beta2)
nucmer --maxmatch --threads 10 -c 30 -l 30 -b 200 --prefix=alignments contigs1.fasta contigs2.fasta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant