- fix hard coded BC length in
merge_label.py
- increasing speed of
src/merge_label.py
speed for larger MPRAs.
- Bugfix in
src/nf_ori_map_barcodes.py
script (see issue #41). Now >= mapq instead of > mapq is used.
- Bugfix merge_all.py script (see issue #55)
- Bugfix empty design file (see issue #45)
- Correcting typos in documentation
- adding new process label
highmem
toconf/cluster.config
New association saturation mutagenesis workflow. This workflow is about assocation variant calls with barcodes. Variants are introduced by an error-prone PCR. The workflow takes the sequencing of the region, with barcodes in index read and the reference sequence and maps the reads to the reference, calls variants and associates them with the corresponding barcode. it is a pre-step of saturationMutagenesis.nf
.
- using BC threshold input for
plot_perInsertCounts_correlation.R
instead of hard-coded. Modify processcalc_correlations
to use the new input theshold.
- Remove "windows" characters in design fasta
No workflow changes. Only a few fixes and some restructuring of configs. Using nextflow version 20.01 now!
- nextflow version 20.01 is needed because of multiMap() function
- introducing new config file
conf/global.config
with global variables like the min. required nextflow version and the actual MPRAflow version. - moving cluster config to a sepArate file:
conf/cluster.config
. Try to adapt the times to the sort and longtime labels. Modify SLURM queue to SLUM not SGE options. - improved documentation
- Bugfix of default out dir. It was not set to
params.outdir = "outs"
so it tries to create a foldernull
. Now inparams.outdir
- removing default
params.version
andparams.nf_required_version
. Now inconf/global.config
- Catching cases when barcode/p-value filtering produces 0 variants
- Change update depricated fork method. Now works with nextflow 20.01
- removing default
params.version
,params.nf_required_version
andparams.outdir
. Now inconf/global.config
.
- removing default
params.version
,params.nf_required_version
andparams.outdir
. Now inconf/global.config
.
Initial MPRAflow version for publication.