Skip to content

Releases: frankMusacchia/Annocript

Annocript1.1.3

13 May 19:53
Compare
Choose a tag to compare
  • added the possibility to generate and indexed database of organisms with any kind of list of organisms. You can also download it from NCBI.
  • solved a problem happening with links to the public databases

Annocript1.1.2

14 Oct 15:49
Compare
Choose a tag to compare
  • Corrected a behaviour which was causing Annocript to stop when a file called db_versions was searched inside the data folder
  • Solved a bug for which Annocript used to stop when searching a non-existent gff file for the blastn result
  • If the version of the SILVA database changes also the file name does. We now added a check of the version before the download

Annocript1.1beta

12 Aug 13:01
Compare
Choose a tag to compare
Annocript1.1beta Pre-release
Pre-release

1.1 Release Candidate

  • Corrected a behavior of Annocript. Before it was possible to use a different database in the same session that was generating problems. Now, Annocript can see which database was used before and use that for all the successive analyses.
  • Solved a problem with pathway descriptions that sometimes have a dot at the end of the string. This dot were coming out in the final plots.
  • added a check of the fasta file to alert the user whenever it is found a sequence with length zero.
  • Modified the source to take the IUPAC allowed characters. Now it is from the ncbi website: http://www.ncbi.nlm.nih.gov/BLAST/blastcgihelp.shtml. Moreover, now Annocript let the user to choose to continue if some problem is found.
  • Reduced the computational time by inserting the possibility to not use the GFF output.
  • Added the column OSNameSP and OSNameUf/OSNameTR. Now each result contains its own organism while the GO terms are assigned to the best result between SwissProt and TrEMBL/UniRef. Moreover two plots will be generated for both of the closer organisms table.
  • Some statistics are added in the HTML page: number of results in SwissProt, UniRef/TrEMBL, CDD and SILVA databases.
  • Pathways columns modified. Now if more patwhays are assigned to a transcript there is no confusion of which of them may not have the second or a the third level. If a level is not present I print a '-' so that the list of level of different pathways is reconducible to the exact one. Before if two pathways were assigned to the same transcript, the level were mixed and there was no possibility to link the level to the pathway. (e.g. pwl1_1]---[pwl1_2; - ]---[ pwl2_2 means that the first pathway associated does not contains a 2nd level description). In order to also get a good statistic, I modified also the method with which Annocript counts the occurrences of pathways.
  • GO terms for domains columns modified. Before we were separating all the GO terms assigned to a certain domain with a ';' and the groups with ']---['. But this separation could lead to redundant GO terms in the same column. Now for each transcript the GO columns contain all the GO terms separated by ']---[' and there is no distinction among domains and no redundance. The latter is important for the statistics using the table.
  • Substituted a system command, used during the database generation (cut), with PERL code. This command was causing an huge usage of memory on some system that caused the kill of the process.

Annocript 1.0

22 Apr 15:44
Compare
Choose a tag to compare

We release the version 1.0 of Annocript after about 2 months of usage. Several modifies are coming from personal running and hints received from the google group.

Main modifies

  • Corrected an error that obstructed the database schema import when a remote host is used
  • Removed the customized database of ribosomal ncRNAs. Now two databases from SILVA are concatenated and used:
    ftp://ftp.arb-silva.de/current/Exports/SILVA_119_LSUParc_tax_silva.fasta.gz
    ftp://ftp.arb-silva.de/current/Exports/SILVA_119_SSUParc_tax_silva.fasta.gz
  • Added a check on the Fasta file given in input. These conditions must be respected or the program will stop: 1. the transcript name immediately after '>'; 2. each row must have a maximum of 80 characters; 3. only IUPAC characters are allowed.
  • Added the code to use blast separately for SwissProt and TrEMBL/UniRef
  • Removed the usage of ColorBrewer which were causing a problem on some machines. Inserted a simpler color schema for plots.
  • Corrected an error which were causing Annocript to not use the output of Portrait if this latter stops stochastically.
  • Added the possibility to display piechart in alternative to barplots in the HTML output.

Annocript 0.2.30rc

22 Apr 15:27
Compare
Choose a tag to compare

After reviewer comments from Bioinformatics (Oxford Press) we released this version of Annocript that is stable.