Repository files navigation

mageck-nf

DEPRECATED: Use zuberlab/crispr-mageck-nf

Statistical Analysis of multiplexed CRISPR/shRNA Screens using MAGeCK

Installation

Install Nextflow following the instructions at https://www.nextflow.io/docs/latest/getstarted.html

The most convenient way is to install mageck-nf is to use nextflow's built-in 'pull' command

nextflow pull zuberlab/mageck-nf

Computing Environment

Docker

Execute pipeline using the pre-built docker container. You must have docker installed.

nextflow run zuberlab/mageck-nf -profile docker

Singularity

Execute pipeline using the pre-built docker container with singularity. You must have singularity >= 2.4 installed.

nextflow run zuberlab/mageck-nf -profile singularity

Miniconda

Install Miniconda following the instructions at https://conda.io/docs/user-guide/install/index.html

Create a virtual enviroment using the environment file in the git repository.

conda env create --file environment.yml

Activate the environment using

source activate mageck-nf

Execute the pipeline in the virtual enviroment.

nextflow run zuberlab/mageck-nf -profile conda

Documentation

nextflow run zuberlab/mageck-nf --help

Credits

Nextflow: Paolo Di Tommaso - https://github.com/nextflow-io/nextflow

MAGeCK: Wei Li / Shirley Liu - http://mageck.sourceforge.net

About

Statistical Analysis of multiplexed CRISPR / shRNA Screens using MAGeCK (deprecated)

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all \u003cpre\u003e\u003ccode\u003e blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks"); } } catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); } })(); })();
Skip to content

Repository files navigation

mageck-nf

DEPRECATED: Use zuberlab/crispr-mageck-nf

Statistical Analysis of multiplexed CRISPR/shRNA Screens using MAGeCK

Installation

Install Nextflow following the instructions at https://www.nextflow.io/docs/latest/getstarted.html

The most convenient way is to install mageck-nf is to use nextflow's built-in 'pull' command

nextflow pull zuberlab/mageck-nf

Computing Environment

Docker

Execute pipeline using the pre-built docker container. You must have docker installed.

nextflow run zuberlab/mageck-nf -profile docker

Singularity

Execute pipeline using the pre-built docker container with singularity. You must have singularity >= 2.4 installed.

nextflow run zuberlab/mageck-nf -profile singularity

Miniconda

Install Miniconda following the instructions at https://conda.io/docs/user-guide/install/index.html

Create a virtual enviroment using the environment file in the git repository.

conda env create --file environment.yml

Activate the environment using

source activate mageck-nf

Execute the pipeline in the virtual enviroment.

nextflow run zuberlab/mageck-nf -profile conda

Documentation

nextflow run zuberlab/mageck-nf --help

Credits

Nextflow: Paolo Di Tommaso - https://github.com/nextflow-io/nextflow

MAGeCK: Wei Li / Shirley Liu - http://mageck.sourceforge.net

About

Statistical Analysis of multiplexed CRISPR / shRNA Screens using MAGeCK (deprecated)

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages