Luca Cozzuto

Results 16 comments of Luca Cozzuto

it looks like a problem with coordinates?

I had a similar error caused by an empty line at the end of my GTF.

I don't know if can be useful, but with Docker there is a way to emulate the x86_64 on M1... can this can be a transient solution?

Yes, I was just thinking of a way to allow people to still use that architecture to run the pipelines and when the image is available they can just replace...

An impact is expected in speed and is likely dependent on the tool as well. But is can be a temporary option for avoiding people with M1 cannot run anything....

I also heard that you can use the GPU available on M1 macs... https://towardsdatascience.com/installing-pytorch-on-apple-m1-chip-with-gpu-acceleration-3351dc44d67c

My two cents: if you can use a flag for indexing the processes (i.e. the sample name) you can define a terminal process that once completed triggers a deletion of...

Quick comment: with this feature it will be possible to keep an instance of nextflow running (with watchPath) without having storage problems.

I was thinking that maybe a directive that allows the removal of input files when a process is finished will allow to reduce the amount of space needed by a...