improve error message order
En lançant une commande qui ne fait rien:
nextflow run -profile test,genotoul $DIR/bin/metagwgs_devel/main.nf -work-dir $WORK_DIR
J'obtiens l'erreur:
ERROR ~ You must specify --skip_binning or specify a GTDB-TK bank with --gtdbtk_bank, mash bank with --mash_bank and a checkm2 bank with --checkm2_bank
pas faux, mais peut être qu'une erreur sur le fait de préciser un fichier --input serait déjà plus approprié? C'est peut être juste une question d'ordre de vérification des paramètres.