Skip to content

Error during bb_fix feature extraction, possibly related to settings #155

Answered by noahfl
dsodums asked this question in Help
Discussion options

You must be logged in to vote

Hi Devin!

Looks like the first issue is definitely a problem either with the generation of the MELODIC outputs or with the feature extraction process. It looks like FIX fails the first time to extract the features into fix/features.csv and tries again after checking for fix/features.csv prior to classification. Is fix/features.csv present when fix_2b_predict runs?

For the second issue, I think that's an easy fix. It looks like that MATLAB runtime is looking for /localscratch but it's not visible to the container. Try adding -B /localscratch to your singularity command (following the format of the other -B args) and this one should be resolved.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@dsodums
Comment options

@noahfl
Comment options

@dsodums
Comment options

Answer selected by dsodums
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
help wanted Extra attention is needed question Further information is requested
2 participants