# location of data (on sabazius) /data/local/PGN/submission/.final//library info>.archive.pased # where data NEEDS to end up (after it has been converted to the proper format /data/shared/pgn_data_processing/incoming_files/ # copy that to a relevant place and unpack it mkdir /data/local/PGN/submission/.final//work cp /data/local/PGN/submission/.final//library info>.archive.pased /data/local/PGN/submission/.final//work cd /data/local/PGN/submission/.final//work unzip .archive.pased # rename/repackage into a format useful for our pipeline # there should be many separate zip files for each library, each with the # following naming convention: # -.zip # --.e # e.g.: # Aam01-10MS1.zip # Aam01-10MS1-H11.e # this format may need to be added to the below file (as a regular expression) # (1) -(-|_). # (2) (-|_)(-|_). # (3) .scf cd ~/pgn_processing/scripts/processing_components ./00_import_submitted_seq.pl -i /data/local/PGN/submission/.final/work -f # proceed as normal in the processing components pipeline