@@ -129,8 +129,7 @@ or how the files are processed via:
### Use the pipeline on differents snakemake version
Since snakemake version 8, some things changed in the way of executing snakemake and the use of cluster configuration files are not supported anymore. Therefore use of profiles to do the workflow configuration on a cluster have been extended. This pipeline have been developped to work on either snakemake version 7 and version 8. Please take in note that you have to install plugin according to your computing cluster. Profiles are usefull because it lighten what you write on your command line, by specifying snakemake argument directly
to a `config.yaml` file.
Since snakemake version 8, some things changed in the way of executing snakemake and the use of cluster configuration files are not supported anymore. Therefore use of profiles to do the workflow configuration on a cluster have been extended. This pipeline have been developped to work on either snakemake version 7 and version 8. Please take in note that you have to install plugin according to your computing cluster. Profiles are usefull because it lighten what you write on your command line, by specifying snakemake argument directly to a `config.yaml` file.
### Snakemake version 8
...
...
@@ -474,15 +473,19 @@ intersectionApproach:
```
To run the pipeline, the correct Snakefile (Snakefile_noCTL) should be used:
To run the pipeline, the correct Snakefile (Snakefile_noCTL.smk) should be used:
@@ -504,6 +507,7 @@ Then fill the [config_atac.yaml](https://gitlab.pasteur.fr/hub/ePeak/-/blob/mast
All the other features of the standard epeak pipeline are still available (preprocessing including specific quality control, peak annotation and differential analysis, etc.).
<<<<<<< HEAD
To run the pipeline, the correct Snakefile (Snakefile_atac.smk) should be used:
...
...
@@ -512,11 +516,19 @@ To run the pipeline, the correct Snakefile (Snakefile_atac.smk) should be used: