Skip to content

Releases: fansalon/TEspeX

TEspeX_v_2.0.1

18 Nov 22:40
Compare
Choose a tag to compare

released on 18/11/2022

  • TEspeX now checks that no redundant sequence headers are found among the three input fasta files. If found, an error is rose and the run is killed

Thanks to Davide Bressan (University of Trento, ITA) | (https://github.com/DavideBrex) for reporting the bug.

TEspeX_v_1.2.1

05 Jul 22:43
Compare
Choose a tag to compare

Released on 06.07.2022

  • fixed minor issues

TEspeX_v_1.2.0

07 Jun 05:52
Compare
Choose a tag to compare

Released on 07.06.2022

  • New --multimap parameter has been added to this new TEspeX version. Through this parameter the user can now define the maximum number of multiple loci a read/read pair can align to. The default value is 10 and we recommend not to change this. The provided number will be passed to STAR --outFilterMultimapNmax and --winAnchorMultimapNmax parameters. So, if you really want to change them, please, carefully read the STAR manual before doing that

TEspeX_v_1.1.1

13 Jan 10:14
Compare
Choose a tag to compare
  • the --module parameter has been added to TEspeX wrapper. Sometimes it might be that while running TEspeX, some installed modules need to be uploaded in the running environment. If this is the case, provide the list of modules through this parameter. TEspeX will then take care of uploading the listed modules in each job by module load <module name>
  • until TEspeX v 1.1.0, TEspeX could be run in wrapper mode on SLURM systems only. Here, wrapper_pbs.py is provided and should IN THEORY work on PBS-based systems. This, however, has not been extensively tested

TEspeX_v_1.1.0

08 Oct 06:48
Compare
Choose a tag to compare

Released on Oct 8th 2021

  • Fixed minor bug in counting reads, TE counts from this version might slightly differ from the previous versions one if the reads have been trimmed before launching TEspeX

TEspeX_v_1.0.4

24 Aug 12:27
Compare
Choose a tag to compare

Released on 24.08.2021

  • added the --mask parameter
  • STAR is now provided as executable - no need to download it anymore

TEspeX_v_1.0.3

29 Jul 10:38
Compare
Choose a tag to compare

TEspeX v1.0.3 - 29.07.21

  • installation of conda and other required tools is now step-by-step explained in the README
  • fixed the code such as only the python libraries installed within the TEspeX_deps environement are used. This grants that TEspeX uses exclusively the newly installed python libraries resolving potential conflicts with previously installed python libraries

TEspeX_v_1.0.1

20 Jul 09:01
c6b29c6
Compare
Choose a tag to compare

Released on 20th Jul 2021.

  • to simplify the installation of TEspeX, the installation now occurs through a conda environment. The user is therefore required to have conda installed and in $PATH. Through conda a TEspeX_deps environment based on python 3.6 is created. Then, within the environment, the required versions of pysam and pandas are installed.
  • this allows more installation flexibility and, most importantly, does not interfere with previous/future installation of pandas and pysam
  • STAR and samtools are installed as in the previous releases
  • updated the installation manual accordingly

TEspeX_v_1.0

03 Jul 15:42
Compare
Choose a tag to compare

This is the release 1.0 of TEspeX.

  • Additional checks on the arguments provided by the user have been added
  • The pipeline checks the required versions of the pandas libraries are installed
  • --q and --walltime are added to the wrapper script in order to simplify the job-launching operations

TEspeX_v_0.2.1

22 Jun 09:23
4ba4e58
Compare
Choose a tag to compare
TEspeX_v_0.2.1 Pre-release
Pre-release

First release of TEspeX