Skip to content
Snippets Groups Projects
Commit 190b5e7b authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix

parent 2f3eb9fa
No related branches found
No related tags found
No related merge requests found
......@@ -157,12 +157,6 @@ tar -xvf GSE113126_RAW.tar
rm GSE113126_RAW.tar
cd ../..
cp $SCRIPT_ABSOLUTE_PATH .
bzip2 LOG.txt
RESULT="$SCRATCH_DIR/${DOWNLOAD_NAME}.$(date +%Y%m%d).tar.bz2"
tar -cjf "$RESULT" *
echo "Created archive: $RESULT"
############################################
# T cell epitopes: class I
############################################
......@@ -175,4 +169,11 @@ wget -q https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6204999/bin/koni-07-11-1492
cd epitopes/$PMID
unzip *.zip
rm -f *.jpg
cd ../..
\ No newline at end of file
cd ../..
cp $SCRIPT_ABSOLUTE_PATH .
bzip2 LOG.txt
RESULT="$SCRATCH_DIR/${DOWNLOAD_NAME}.$(date +%Y%m%d).tar.bz2"
tar -cjf "$RESULT" *
echo "Created archive: $RESULT"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment