Open iddryg opened 1 year ago
Thanks Ian... I'm still working on the Nextflow workflow, but in the meantime could you test using the docker container (see updated readme).
If you prefer ImageJ I think the Kehops plugin also does a good job at both splitting out scenes from the scn file and providing 'clean' OME-XML metadata. Would your report if you can use that successfully?
Thank you!
Tried the docker container, got permission denied.
$ docker run -it --rm -v /homes1/iddryg/ian/Projects/SRRS2022/2023_02_SCN_conversion/scn_files adamjtaylor/scn2ometiff /bin/bash -c "/convert_scn.sh /data/
docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create": dial unix /var/run/docker.sock: connect: permission denied.
Hi, I just tried to process my .scn files using the nextflow method.
First issue: the documentation says to run "nextflow run adamjtaylor/scn2ometiff ....." which didn't work. I was able to fix this by updating the git repo from adamjtaylor to ncihtan and it ran successfully: "nextflow run ncihtan/scn2ometiff .........". You could update your readme and should be all good there.
When I ran it, I encountered some errors. Haven't been able to think too critically about these but here they are...