Editing the script
The ConvertEnsembl.java
code is supplied in the scripts directory. It is very simply written, it does not use external libraries
and only common programming techniques found in all programming languages.
Once you make your changes, execute:
javac ConvertEnsembl.java
You will need to have JDK installed to use the 'javac' command.
Some reasons for editing:
- This script has been tested on files from 8 different plant genomes. However,
there can be variations that may not be accounted for.
- You may prefer to keep more gene attributes then the script provides.
- You may want to replace the "Chr" with some other prefix.