annotate tool_setup.md @ 0:a62bafb1aaf8 draft default tip

"planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
author gaelcge
date Tue, 02 Aug 2022 19:42:44 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a62bafb1aaf8 "planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
gaelcge
parents:
diff changeset
1 # Setup for creating a Galaxy wrapper for Cellranger-ATAC with planemo
a62bafb1aaf8 "planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
gaelcge
parents:
diff changeset
2
a62bafb1aaf8 "planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
gaelcge
parents:
diff changeset
3 Make sure you have a working planemo installation. To find out how to install planemo, check here: https://planemo.readthedocs.io/en/latest/installation.html
a62bafb1aaf8 "planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
gaelcge
parents:
diff changeset
4
a62bafb1aaf8 "planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
gaelcge
parents:
diff changeset
5 ## Generate galaxy tool xml using planemo tool_init
a62bafb1aaf8 "planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
gaelcge
parents:
diff changeset
6 planemo tool_init --force \
a62bafb1aaf8 "planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
gaelcge
parents:
diff changeset
7 --id 'cellranger_atac' \
a62bafb1aaf8 "planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
gaelcge
parents:
diff changeset
8 --name 'Process 10x Genomics single-cell ATAC-seq data using CellRanger-ATAC.'\
a62bafb1aaf8 "planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
gaelcge
parents:
diff changeset
9 --example_command 'cellranger-atac count' \
a62bafb1aaf8 "planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
gaelcge
parents:
diff changeset
10 --cite_url 'https://support.10xgenomics.com/single-cell-atac/software/pipelines/latest/using/fastq-input#ATACIntro' \
a62bafb1aaf8 "planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
gaelcge
parents:
diff changeset
11 --help_from_command 'cellranger-atac'
a62bafb1aaf8 "planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
gaelcge
parents:
diff changeset
12
a62bafb1aaf8 "planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
gaelcge
parents:
diff changeset
13 ## Test run with very small test data
a62bafb1aaf8 "planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
gaelcge
parents:
diff changeset
14 cellranger-atac count --id=sample345 \
a62bafb1aaf8 "planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
gaelcge
parents:
diff changeset
15 --reference= \
a62bafb1aaf8 "planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
gaelcge
parents:
diff changeset
16 --fastqs=/home/florian/GenAP2/test_datasets/cellranger_ATAC/atac_pbmc_500_nextgem_fastqs/100k_sub \
a62bafb1aaf8 "planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
gaelcge
parents:
diff changeset
17 --sample=test \
a62bafb1aaf8 "planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
gaelcge
parents:
diff changeset
18 --localcores=2 \
a62bafb1aaf8 "planemo upload commit ff0d185541dc4b0a5839fca166f1beb459dee61c"
gaelcge
parents:
diff changeset
19 --localmem=6