We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b888d6 commit e42fe2dCopy full SHA for e42fe2d
1 file changed
afq/run
@@ -136,6 +136,7 @@ else
136
cd $OUTPUT_DIR
137
mv AFQ $AFQ_NAME
138
chmod -R 777 $OUTPUT_DIR
139
+ echo -e "[$CONTAINER] compressing outputs..."
140
zip -r AFQ_Output_$AFQ_NAME.zip $AFQ_NAME && rm -rf $AFQ_NAME
141
142
# Set permissions for outputs (prevent root only r/w)
0 commit comments