-
- Downloads
- use of...
- use of [`temp()`](https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html?highlight=temp#protected-and-temporary-files) statements in snakemake rules - extract_transcriptome - concatenate_transcriptome_and_genome - extract_transcripts_as_bed12 - calculate_TIN_scores - star_rpm - rename_star_rpm_for_alfa - alfa_qc - sort_bed_4_big - pe_remove_adapters_cutadapt - pe_remove_polya_cutadapt - remove_adapters_cutadapt - remove_polya_cutadapt - use of [`--notemp`](https://snakemake.readthedocs.io/en/stable/executing/cli.html?highlight=notemp#BEHAVIOR) in test scripts (local and slurm) for successful execution without removing temp files - test_alfa - test_create_dag_image - test_create_rule_graph - test_integration_worklow - test_integration_workflow_multiple_lanes - use of [`shadow`](https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html?highlight=shadow#shadow-rules) directive in rules - star_rpm - pe_map_genome_star - pe_quantification_salmon - pe_genome_quantification_kallisto - map_genome_star - quantification_salmon - genome_quantification_kallisto - See comment in #137 for setting an optional `shadow prefix`, especially useful in cluster execution - See comment in #137 for impact of disk space savings on a real-world dataset - correctly add snakemake `{threads}` in execution in rules - fastqc - quantification_kallisto Fixes #137.
No related branches found
No related tags found
Showing
- Snakefile 35 additions, 33 deletionsSnakefile
- tests/test_alfa/test.sh 2 additions, 0 deletionstests/test_alfa/test.sh
- tests/test_create_dag_image/test.sh 2 additions, 0 deletionstests/test_create_dag_image/test.sh
- tests/test_create_rule_graph/test.sh 2 additions, 0 deletionstests/test_create_rule_graph/test.sh
- tests/test_integration_workflow/expected_output.md5 0 additions, 18 deletionstests/test_integration_workflow/expected_output.md5
- tests/test_integration_workflow/test.local.sh 2 additions, 0 deletionstests/test_integration_workflow/test.local.sh
- tests/test_integration_workflow/test.slurm.sh 2 additions, 0 deletionstests/test_integration_workflow/test.slurm.sh
- tests/test_integration_workflow_multiple_lanes/expected_output.md5 0 additions, 18 deletions...t_integration_workflow_multiple_lanes/expected_output.md5
- tests/test_integration_workflow_multiple_lanes/test.local.sh 2 additions, 0 deletionstests/test_integration_workflow_multiple_lanes/test.local.sh
- tests/test_integration_workflow_multiple_lanes/test.slurm.sh 2 additions, 0 deletionstests/test_integration_workflow_multiple_lanes/test.slurm.sh
- workflow/rules/paired_end.snakefile.smk 41 additions, 14 deletionsworkflow/rules/paired_end.snakefile.smk
- workflow/rules/single_end.snakefile.smk 37 additions, 10 deletionsworkflow/rules/single_end.snakefile.smk
Please register or sign in to comment