hammerlab / prohlatype

Probabilistic HLA typing
Apache License 2.0
35 stars 4 forks source link

Changes to parany.run cause compilation errors #151

Open gltrost opened 2 years ago

gltrost commented 2 years ago

When running make, the following error appears:

File "src/lib/fastq.ml", line 76, characters 24-29:
Error: The function applied to this argument has type
         ?init:(int -> unit) ->
         ?finalize:(unit -> unit) -> ?preserve:bool -> ?core_pin:bool -> unit
This argument cannot be applied with label ~verbose

This is due to changes in the implementation of parany.run here.

Also, nprocs is now an anonymous paramater which causes another error.

These changes can be easily fixed by removing the verbose input and removing the nprocs name on lines 76 and 321 of fastq.ml.