-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dp24 modules #25
Dp24 modules #25
Conversation
This reverts commit 05e29a0.
Python linting (
|
|
…o dp24_modules
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
bitscore, | ||
] | ||
) | ||
print(out_line) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could do something like this:
llist = line.split("\t")
print('\t'.join( [x for x in llist if llist.index(x) == 0 or llist.index(x) == 12] + [x for x in llist if llist.index(x) == 11] + llist[:len(llist)-5]))
This is a PR for modules related to 3 blast heavy subworkflows, as well as samtools and minimap2.
These affect:
#13, #5, #1, #2