Skip to content

Commit

Permalink
Fix redirection for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ivartb committed Dec 24, 2023
1 parent 310192c commit 1c18f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/metafx-modules/feature_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ while read sample ; do
echo -n "Processing sample ${sample} (log saved to ${w}/metacherchant.log) ... "

echo "${cmd2_i}" >> ${w}/metacherchant.log
${cmd2_i} &>> ${w}/metacherchant.log
${cmd2_i} 2>&1 >> ${w}/metacherchant.log
if [[ $? -eq 0 ]]; then
echo "DONE"
else
Expand Down

0 comments on commit 1c18f09

Please sign in to comment.