Skip to content

Releases: AntonelliLab/seqcap_processor

Cleaned repo, fixed installation issues with pip

Choose a tag to compare

@tandermann tandermann released this 10 May 17:28

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

Choose a tag to compare

@tandermann tandermann released this 10 May 17:04
v2.2.7

fixed bug in reference_assembly

Fixed bug in clean_reads affecting files with short filenames

Choose a tag to compare

@tandermann tandermann released this 07 Apr 20:37
v2.2.6

bugfix clean_reads

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

Choose a tag to compare

@tandermann tandermann released this 31 Mar 18:06
v2.2.5

mapping reads from multiple fastq files

Added cores flag to quality_check function

Choose a tag to compare

@tandermann tandermann released this 19 Mar 17:43
v2.2.4

added cores flag to quality_check function

Cleaned up repo

Choose a tag to compare

@tandermann tandermann released this 18 Jul 14:12
v2.2.3

cleaned up repo

Replaced pickle files with np.savetxt, bugfixes

Choose a tag to compare

@tandermann tandermann released this 18 Jul 13:32
v2.2.2

updated installation script

Bugfixes and more parallelization options

Choose a tag to compare

@tandermann tandermann released this 18 Jul 01:30
v2.2.1

small bugfixes

Small fixes

Choose a tag to compare

@tandermann tandermann released this 18 Jan 16:46

Fixed plot_sequences script and version of samtools dependency in recipe.

New align_sequences script

Choose a tag to compare

@tandermann tandermann released this 15 Jan 02:29

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.