seqeralabs / nf-aggregate

Pipeline to aggregate pertinent metrics across pipeline runs on the Seqera Platform (beta)
https://seqera.io/
Mozilla Public License 2.0
7 stars 10 forks source link

Improve handleing of API request to Platform #54

Open FriederikeHanssen opened 3 months ago

FriederikeHanssen commented 3 months ago

Description of feature

@pditommaso pointed out, that the separate client is not actually needed but it should be enough to use sth like:

println (new URL('https://nextflow.io/robots.txt').text)

More info here: https://www.baeldung.com/java-http-request