Skip to content

Commit

Permalink
Tweaks to the installation to see if this fixes the pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowall committed Aug 2, 2018
1 parent a0c7e69 commit a48694a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mg_common/tool/bam_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,8 @@ def check_header(bam_file):
return output


class bamUtilsTask(object): # pylint: disable=invalid-name
# Object inheritance is required for py2 compatiblity
class bamUtilsTask(object): # pylint: disable=invalid-name,useless-object-inheritance
"""
Wrappers so that the function above can be used as part of a @task within
COMPSs avoiding the files being copied around the infrastructure too many
Expand Down

0 comments on commit a48694a

Please sign in to comment.