aidenlab / straw

Extract data quickly from Juicebox via straw
MIT License
62 stars 36 forks source link

__init__() takes from 2 to 3 positional arguments but 7 were given #63

Open damianv98 opened 3 years ago

damianv98 commented 3 years ago

When using the straw python only version and running some of the example commands it returns the following error. straw.straw('VC', 'https://hicfiles.s3.amazonaws.com/hiseq/gm12878/in-situ/combined_30.hic', '4', '4', 'BP', 500000)

Traceback (most recent call last): File "", line 1, in TypeError: init() takes from 2 to 3 positional arguments but 7 were given

Using straw with only the .hic as input does not give an error.