Fix Poly(A)-trimming rule
In labkey_to_snakemake.py fixed the parameters so that there is 3p as well 5p polya feature for every mate, which can be matched to the -a -g -A and -G options of cutadapt depending on which is the sense or antisense mate the appropriate variable is populated and the rest of variables are filled with 'XXXXXXXXXXXX' which leads to no trimming by cutadapt. The poly-A trimming rules are fixed to contain all -a -g -A -G options.
Showing
- pipeline_documentation.md 12 additions, 21 deletionspipeline_documentation.md
- scripts/labkey_to_snakemake.py 15 additions, 8 deletionsscripts/labkey_to_snakemake.py
- tests/input_files/samples.tsv 3 additions, 3 deletionstests/input_files/samples.tsv
- tests/test_integration_workflow/expected_output.md5 10 additions, 10 deletionstests/test_integration_workflow/expected_output.md5
- tests/test_integration_workflow/test.local.sh 1 addition, 1 deletiontests/test_integration_workflow/test.local.sh
- tests/test_scripts_labkey_to_snakemake_api/expected_output.md5 1 addition, 1 deletion.../test_scripts_labkey_to_snakemake_api/expected_output.md5
- tests/test_scripts_labkey_to_snakemake_table/expected_output.md5 1 addition, 1 deletion...est_scripts_labkey_to_snakemake_table/expected_output.md5
- tests/test_scripts_labkey_to_snakemake_table/test.sh 1 addition, 0 deletionstests/test_scripts_labkey_to_snakemake_table/test.sh
- workflow/rules/paired_end.snakefile.smk 8 additions, 2 deletionsworkflow/rules/paired_end.snakefile.smk
- workflow/rules/single_end.snakefile.smk 4 additions, 1 deletionworkflow/rules/single_end.snakefile.smk
Please register or sign in to comment