It may be only me but when I copy the commands without the copy to clipboard button but manually with selecting the command and ctrl+c, they are sometimes split in multiple lines? I use Firefox.
Not sure if this would be of help but maybe
nextflow log
nextflow log <run name> -f "process,script"
could be replaced with?
nextflow log "$(nextflow log -q | tail -n 1)" -f "process,script"
It may be only me but when I copy the commands without the copy to clipboard button but manually with selecting the command and ctrl+c, they are sometimes split in multiple lines? I use Firefox.
Not sure if this would be of help but maybe
could be replaced with?
nextflow log "$(nextflow log -q | tail -n 1)" -f "process,script"