You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.runhere.
When running
make
, the following error appears: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
.The text was updated successfully, but these errors were encountered: