forked from Washington-University/HCPpipelines
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
HCP pipeline does not remove them but for disk usage optimization at PNL, we do:
-
eddy_unwarped_images.eddy_outlier_free_data.nii.gz
${FSLDIR}/bin/imrm ${workingdir}/eddy_unwarped_images.eddy_outlier_free_data -
rawdata
rm -r ${workingdir}/../rawdata -
intensity normalized data
rm ${workingdir}/Pos_Neg.nii.gz -
wo_repol_outDir
check_call(f'rm -r {wo_repol_outDir}', shell=True)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation