Skip to content

Releases: AntonelliLab/seqcap_processor

Cleaned repo, fixed installation issues with pip

10 May 17:28
Compare
Choose a tag to compare

Now this repo can be easily installed with pip install https://github.com/AntonelliLab/seqcap_processor/archive/refs/tags/v2.2.8.tar.gz, independent of conda. However, all dependencies need to be installed manually in that case. This is mostly a convenient way of updating secapr to the latest development version, from an existing conda environment where all dependencies are installed.

Fixed bugs in reference_assembly function

10 May 17:04
Compare
Choose a tag to compare
v2.2.7

fixed bug in reference_assembly

Fixed bug in clean_reads affecting files with short filenames

07 Apr 20:37
Compare
Choose a tag to compare

Implementation of fastp, allows multiple fastq files (multiple runs) per sample

31 Mar 18:06
Compare
Choose a tag to compare

Added cores flag to quality_check function

19 Mar 17:43
Compare
Choose a tag to compare
v2.2.4

added cores flag to quality_check function

Cleaned up repo

18 Jul 14:12
Compare
Choose a tag to compare
v2.2.3

cleaned up repo

Replaced pickle files with np.savetxt, bugfixes

18 Jul 13:32
Compare
Choose a tag to compare
v2.2.2

updated installation script

Bugfixes and more parallelization options

18 Jul 01:30
Compare
Choose a tag to compare

Small fixes

18 Jan 16:46
Compare
Choose a tag to compare

Fixed plot_sequences script and version of samtools dependency in recipe.

New align_sequences script

15 Jan 02:29
Compare
Choose a tag to compare

The align_sequences function is completely rewritten to majorly reduce the complexity of the code and take care of several dependency issues. New implementation of trimal for alignment trimming.