Skip to content

Commit

Permalink
edited the matlab call
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngoyal95 committed Apr 27, 2021
1 parent 2e09a9f commit 4cf7bff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data_prep/prep_stage_4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ fi

# STEP 1 - FSLNets to generate subject-level connectomes
echo "Generating subject-level connectomes using FSLNets. This may take a while (6-8 hours)."
echo "stage_4_out=$STAGE_4_OUT/$NUMSUBS/"
echo "gica_path=$GICA"
echo "dr_path=$DR"
matlab -nodisplay -nodesktop -nojvm -r "stage_4_out="$STAGE_4_OUT/$NUMSUBS/"; gica_path="$GICA"; dr_path="$DR"; run $SUPPORT_SCRIPTS/stage_4/abcd_netmats.m"
# echo "stage_4_out=$STAGE_4_OUT/$NUMSUBS/"
# echo "gica_path=$GICA"
# echo "dr_path=$DR"
matlab -nodisplay -nodesktop -nojvm -r "stage_4_out="$STAGE_4_OUT/$NUMSUBS/"; gica_path="$GICA"; dr_path="$DR"; abcd_cca_dir="$ABCD_CCA_REPLICATION"; n_subs_in="$NUMSUBS"; run $SUPPORT_SCRIPTS/stage_4/abcd_netmats.m"

# STEP 2 - Generate the NET matrix
echo "Generating the aggregated subject connectome matrix."
Expand Down

0 comments on commit 4cf7bff

Please sign in to comment.