Uploading files

EgaCryptor is a JAVA based client, which enables submitters to produce EGA compliant files by encrypting each file to be submitted and generating the encrypted and unencrypted md5sum for each file.

The resulting encrypted data and md5sum files may then be uploaded to your submission account using FTP or Aspera.

Download client

How to install client

Using EgaCryptor to prepare your files

Troubleshooting

Download client

How to install

Please note EgaCryptor requires Java JRE 6 or OpenJDK.

To enable file encryption, unlimited strength JCE policy files must be installed if you are using JAVA JRE.

Installing the JCE policy files (due to licensing terms and conditions the required policy files must be downloaded direct from the ORACLE website) :

  1. Download the unlimited strength JCE policy files (JRE 6 / JRE 7/ JRE 8)
  2. Uncompress and extract the downloaded file.
  3. This will create a subdirectory called JCE. This directory contains the following files: README.txt, COPYRIGHT.html, local_policy.jar and US_export_policy.jar
  4. Install the two policy JAR files by replacing the existing ones in your <java- home> directory.
  5. The standard place for JCE jurisdiction policy JAR files is: <java-home>/lib/security [Unix] or <java-home>\lib\security [Win32]

Notes:

<java-home> refers to the directory where the Java SE Runtime Environment (JRE) was installed.

Using EgaCryptor to prepare your files

For all file submissions, except Complete Genomics, each file has to be encrypted individually and md5sum (encrypted and unencrypted) values provided on a file by file basis.

For Complete Genomics submissions, the directory (containing the ASM, LIB and MAP subdirectories for the sample) should be compressed using tar or gzip. The compressed directory file should be encrypted and md5sum (encrypted and unencrypted) values provided. DO NOT ENCRYPT THE FILES WITHIN THE COMPRESSED TAR OR GZIP.

Examples

Specifying multiple named files to prepare:

e.g java -jar ../EgaCryptor.jar -file example1.bam example2.bam

Specifying all files within the source directory to prepare:

e.g java -jar ../EgaCryptor.jar -file *

Specifying a Complete Genomics directory to prepare:

e.g java -jar ../EgaCryptor.jar -file complete_genomics_directory

All output files must then be uploaded to your submission account using Aspera or FTP.

Points to note:

Remember to provide the path to EgaCryptor.jar and run the command from within the directory the file/s are located.

EgaCryptor writes files to the source directory of your local file system, as a result you must have write-access permissions for the source directory.

Troubleshooting

I observe the following error: UnixFileSystem.createFileExclusively (Native Method)

The error is thrown by UNIX (“UnixFileSystem.createFileExclusively(Native Method)”). It appears that the user does not have write-access to the file system where the file to be uploaded is located.

EgaCryptor always writes MD5 checksums into files before uploading them to the server, and these files are created in the same location where the uploaded file itself resides.

Solution: address your directory permission issue and re-run the command.