All notable changes to this project will be documented here. This file is divided into different groups. The unreleased section contains updates that are currently being processed in the lab. The future enhancement section contains updates that have been requested by users and/or have been discussed in the lab but is not being currently developed.
Here we write upgrading notes for finder
. It's an effort to make them as straightforward as possible.
- Option to provide alignments by
exonerate
tofinder
finder
will now be able to process gzippedfastq
files. But this option will work only if the files are available locally
- Execution within
docker
andsingularity
options incorporated GeneMark
software path and license has to be provided as arguments to the main programfinder
will generateSTAR
andOlego
indices- Coding Sequence annotation was improved by incorporating valid ORFs
environment.yml
file was removed since execution in conda environment is no longer being offered- Removed
setup.py
file. - Total time for downloading, aligning and assembling all samples provided in
progress.log
file - Coding sequence prediction software has been changed from
GeneMarkS/T
toCodAn
metadata.csv
file needs to have-1
for the location of the samples which needs to be downloaded from NCBI SRA
- Issues with reading the
metadata.csv
file, especially when some fields are blank, have been resolved
- Add option to predict transcription factor binding sites from motif data by incorporating softwares from. MEME suite
- Add option to process different kinds of NGS data like CAGE-Seq, RAMPAGE-Seq, Ribo-Seq etc
- Modify the CPD package. Also recode the parts in C programming language to make things run fast
- Also change CDS prediction technique
- Simpler alignment strategy - do away with 4 rounds of mapping. This will increase speed considerably.
- Replace OLego with some de-novo strategy of assembling. Olego is currenlty taking way too much time.
- First release of
finder
- Please download it from https://github.com/sagnikbanerjee15/Finder/releases/tag/finder_v1.0.0