I need to use TractoFlow for tractography for surgical planning.
Please find the installation error log below.
(base) amitjc@AMiT:~/singularity/singularity$ singularity build singularity_tractoflow_2.0.0_8b39aee_2019-04-26.img singularity_tractoflow.def
FATAL: Unable to build from singularity_tractoflow.def: unable to open file singularity_tractoflow.def: open singularity_tractoflow.def: no such file or directory
Thank you @jchoude hat resolved the image build issue.
Now theres issue with running tractoflow. PFA the log below and advice.
Thanks again.
Best Regards,
Amit.
(base) amitjc@AMiT:~$ nextflow -c singularity.conf run tractoflow/main.nf --root input_folder --dti_shells “DTI_SHELLS” --fodf_shells “FODF_SHELLS” -with-singularity singularity_name.img -resume
N E X T F L O W ~ version 20.01.0
Launching tractoflow/main.nf [prickly_kowalevski] - revision: d62996eeb1
Unable to parse config file: ‘/home/amitjc/singularity.conf’
Compile failed for sources FixedSetSources[name=’/groovy/script/Script1531D538B66C9CC3257BEE3E735B81E3/_nf_config_429b4520’]. Cause: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
/groovy/script/Script1531D538B66C9CC3257BEE3E735B81E3/_nf_config_429b4520: 1: expecting anything but ‘’\n’’; got it anyway @ line 1, column 91.
_CASES/DTi/xyz/DTi"
^
I see now that the singularity.conf file that you give to the -c argument is not the default one. The error then probably means that you tried to change some configuration values using this file. However, it seems that there is a syntax error in your modified config file.
Did you need to change some values? If so, please try to check the syntax to make sure it is valid.
Hi, so it worked without the -c option, put when I try to open the output trk file (sub-015_pft_tracking_prob_wm_seed_0.trk in PFT_Tracking folder) with trackvis it says cannot open file.