Skip to content

Releases: Pex2892/PETAL

PETAL v1.2

04 Feb 14:17
Compare
Choose a tag to compare

New features:

1. Created system for filtering results through a target gene
2. Removed ConfigParse and replaced it with Argparse
3. Updated the graphical interface, inserting the visualization of isoforms
4. Updated the README
5. Requirements updated
6. Updated the zipper file creation method, excluding MacOS files and additional zipper files
7. Added check to verify the alias of the starting gene
8. Renamed the "demo" folder to "static".
9. Fixed minor bugs


Notes

  • The zip file "only_database" contains only the database updated to 2020/12/24.

Install or Upgrade the packages of Python3

python3 -m pip install -r requirements.txt

Install or Upgrade the database

cd your_path/PETAL/
mv your_path/database .

PETAL v1.1.1

07 Jan 15:03
Compare
Choose a tag to compare

New features:

1. Added Creative Commons 4.0 license (Attribution-NonCommercial-ShareAlike 4.0 International)
2. README updated
3. Added some info in PETAL main

Notes

  • The zip file "only_database" contains only the database updated to 2020/12/24.

Install or Upgrade the packages of Python3

python3 -m pip install -r requirements.txt

Install or Upgrade the database

cd your_path/PETAL/
mv your_path/database .

PETAL v1.1

24 Dec 11:31
Compare
Choose a tag to compare

New features:

1. Improved resource performance
2. Reordered the database structure
3. The control of any updates was developed from scratch
4. The recovery of the isoforms was developed and saved in the CSV file
5. Added the ability to resume the last completed analysis and extend it with greater depth
6. Updated the requirements.txt
7. Revised and added new comments
8. README updated
9. Fixed minor bugs
10. ... and many other improvements

Notes

  • The zip file "only_database" contains only the database updated to 24/12/2020.

Install or Upgrade the packages of Python3

pip3 install -r requirements.txt

Install or Upgrade the database

cd your_path/PETAL/
mv your_path/database .

First release of PETAL

31 Oct 10:17
Compare
Choose a tag to compare

First "official" release of PETAL.

Notes

  • The zip file "PETAL-1.0-full.zip" contains the source code and the database updated to 31/10/2020

  • The zip file "only_database" contains only the database updated to 31/10/2020.

Install or Upgrade the database

  1. Go to the root of PETAL your_path/PETAL/
  2. Copy and paste the "database" folder into the root