Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
ab82604
[fix] (template): Missing code in wrappers' doc. Error #187
Sep 21, 2020
de77ade
Merge remote-tracking branch 'upstream/master'
Nov 9, 2020
9b1447e
Merge branch 'snakemake:master' into master
tdayris Jul 2, 2021
91fd32d
Merge remote-tracking branch 'upstream/master'
Jul 16, 2021
ed2a885
Merge branch 'master' of https://github.com/tdayris/snakemake-wrappers
Jul 16, 2021
2a1655b
Merge remote-tracking branch 'upstream/master'
tdayris Apr 29, 2022
044cf8a
Merge remote-tracking branch 'upstream/master'
tdayris May 13, 2022
5b1c7b4
Merge remote-tracking branch 'upstreamhttp/master'
tdayris Jun 27, 2022
aea600e
Merge remote-tracking branch 'upstream/master'
Oct 11, 2022
ac4ac81
perf: update utils/datavzrd/environment.yaml. (#566)
johanneskoester Oct 11, 2022
88c479c
perf: update bio/bcftools/call/environment.yaml. (#567)
johanneskoester Oct 11, 2022
8d92bb5
perf: update bio/bcftools/concat/environment.yaml. (#568)
johanneskoester Oct 11, 2022
1c444dc
perf: autobump bio/bcftools/index/environment.yaml (#570)
johanneskoester Oct 11, 2022
534f834
chore: release 1.15.1 (#569)
github-actions[bot] Oct 12, 2022
7eb277c
perf: update bio/bgzip/environment.yaml. (#577)
snakedeploy-bot[bot] Oct 12, 2022
63f8acb
perf: update bio/bellerophon/environment.yaml. (#576)
snakedeploy-bot[bot] Oct 12, 2022
963bedf
perf: update bio/assembly-stats/environment.yaml. (#575)
snakedeploy-bot[bot] Oct 12, 2022
ff74710
perf: update bio/adapterremoval/environment.yaml. (#573)
snakedeploy-bot[bot] Oct 12, 2022
bb60c16
chore: autobump conda envs (#571)
johanneskoester Oct 12, 2022
d9a7a6a
perf: update bio/delly/environment.yaml. (#584)
snakedeploy-bot[bot] Oct 12, 2022
e0220d2
perf: update bio/busco/environment.yaml. (#581)
snakedeploy-bot[bot] Oct 12, 2022
ae10993
perf: update bio/clustalo/environment.yaml. (#582)
snakedeploy-bot[bot] Oct 12, 2022
76c9845
perf: update bio/fastp/environment.yaml. (#585)
snakedeploy-bot[bot] Oct 12, 2022
853a36d
perf: update bio/fastq_screen/environment.yaml. (#586)
snakedeploy-bot[bot] Oct 12, 2022
576c54a
perf: update bio/fasttree/environment.yaml. (#588)
snakedeploy-bot[bot] Oct 12, 2022
e473ff7
perf: update bio/fastqc/environment.yaml. (#587)
snakedeploy-bot[bot] Oct 12, 2022
6f5f48f
perf: update bio/filtlong/environment.yaml. (#589)
snakedeploy-bot[bot] Oct 12, 2022
5a1f598
perf: update bio/freebayes/environment.yaml. (#590)
snakedeploy-bot[bot] Oct 12, 2022
f60db66
perf: update bio/genefuse/environment.yaml. (#591)
snakedeploy-bot[bot] Oct 12, 2022
cb6b616
perf: update bio/genomepy/environment.yaml. (#592)
snakedeploy-bot[bot] Oct 12, 2022
f618f0d
chore: release 1.15.2 (#578)
github-actions[bot] Oct 12, 2022
141e09e
fix: set RG tag (#593)
FelixMoelder Oct 13, 2022
278f508
Update conventional-prs.yml
johanneskoester Oct 13, 2022
de6ce85
perf: autobump bio/deepvariant (#583)
snakedeploy-bot[bot] Oct 13, 2022
f9332c2
feat: bazam wrapper (#580)
christopher-schroeder Oct 13, 2022
39c488d
chore: release 1.16.0 (#596)
github-actions[bot] Oct 13, 2022
d1a68e5
Merge remote-tracking branch 'upstream/master'
tdayris Dec 5, 2022
7aadebb
Merge remote-tracking branch 'upstream/master'
tdayris Mar 31, 2023
6878cd6
Merge remote-tracking branch 'upstream/master'
tdayris Apr 7, 2023
77a2f4c
revert
tdayris Apr 11, 2023
939082e
revert
tdayris Apr 14, 2023
91ec8ee
Merge branch 'master' of https://github.com/tdayris/snakemake-wrappers
tdayris Apr 14, 2023
236eff6
bazam and bedtools
tdayris Apr 26, 2023
524b749
bedtools meta.yaml update
tdayris Apr 26, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions bio/bazam/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ url: https://github.com/ssadedin/bazam
authors:
- Christopher Schröder
input:
- BAM/CRAM file
- reference genome
- bam: Path to mapping file (BAM/CRAM formatted)
- reference: Optional path to reference genome sequence (FASTA formatted). Required for CRAM input.
output:
- fastq file
- reads: Path to realigned reads (single-ended or interleaved) (FASTQ formatted) *OR*
- r1: Path to upstream reads (FASTQ formatted) *AND*
- r2: Path to downstream reads (FASTQ formatted)
params:
- extra: Optional parameters passed to `bazam`
note: |
* Output files include either paths to both `r1` and `r2`, or a single path to `reads`.
* This wrapper/tool does not handle multithreading.
* The `java_opts` param allows for additional arguments to be passed to the java compiler (not for `-XmX` or `-Djava.io.tmpdir`, since they are handled automatically).
8 changes: 5 additions & 3 deletions bio/bedtools/bamtobed/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ url: https://bedtools.readthedocs.io/en/latest/content/tools/bamtobed.html
authors:
- Filipe G. Vieira
input:
- BAM file
- BAM file, this must be the first file in the input file list
output:
- BED file
- BED file, this must be the first file in the output file list
params:
- extra: additional program arguments (except `-i`)
notes: |
* The `extra` param allows for additional program arguments.
* This program/wrapper does not handle multi-threading.
8 changes: 6 additions & 2 deletions bio/bedtools/complement/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ url: https://bedtools.readthedocs.io/en/latest/content/tools/complement.html
authors:
- Antonie Vietor
input:
- BED/GFF/VCF files
- genome file
- in_file: interval files (BED/GFF/VCF)
- genome: genome file
output:
- complemented BED/GFF/VCF file
params:
- extra: additional program arguments (except `-i` and `-g`)
notes: |
* This program/wrapper does not handle multi-threading.
9 changes: 9 additions & 0 deletions bio/bedtools/coveragebed/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@ description:
url: https://bedtools.readthedocs.io/en/latest/content/tools/coverage.html
authors:
- Patrik Smeds
input:
- a: Path to the feature file (BAM/BED/GFF/VCF). This file is compared to `b` (see below)
- b: Path or list of paths to file(s) (BAM/BED/GFF/VCF).
output:
- Path to the coverage file.
params:
- extra: additional program arguments (except `-a` and `-b`)
notes: |
* This program/wrapper does not handle multi-threading.
8 changes: 8 additions & 0 deletions bio/bedtools/genomecov/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,13 @@ authors:
input:
- BED/GFF/VCF files grouped by chromosome and genome file (`genome file format <https://bedtools.readthedocs.io/en/latest/content/general-usage.html#genome-file-format>`_) OR
- BAM files sorted by position.
- ref: Path to genome file, this must come after the other files
output:
- genomecov (.genomecov)
params:
- extra: additional program arguments
note: |
* If user provides a BAM file, then no need to provide a reference genome file
* If user provides a BED file, then reference genome file is required
* BAM/GFF/VCF/BED files *must* come first. Input file order matters in this wrapper.
* This program/wrapper does not handle multi-threading.
9 changes: 9 additions & 0 deletions bio/bedtools/intersect/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ description: Intersect BED/BAM/VCF files with bedtools.
url: https://bedtools.readthedocs.io/en/latest/content/tools/intersect.html
authors:
- Jan Forster
input:
- left: Path to the left region file. Each feature in left region file is compared to right region(s) file(s) in search of overlaps. (BAM/BED/GFF/VCF formatted)
- right: Path or list of paths to region(s) file(s) (BAM/BED/GFF/VCF formatted)
output:
- Path to the intersection.
params:
- extra: additional program arguments (except `-a` (left) and `-b` (right))
note: |
* This program/wrapper does not handle multi-threading.
8 changes: 8 additions & 0 deletions bio/bedtools/merge/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ description: Merge entries in one or multiple BED/BAM/VCF/GFF files with bedtool
url: https://bedtools.readthedocs.io/en/latest/content/tools/merge.html
authors:
- Jan Forster
input:
- Path or list of paths to interval(s) file(s) (BED/GFF/VCF/BAM)
output:
- Path to merged interval(s) file.
params:
- extra: additional program arguments (except for `-i`)
notes: |
* Warning: If multiple files are provided in input, then this wrapper requires exactly 3 threads. Else, it requires exactly one thread.
10 changes: 10 additions & 0 deletions bio/bedtools/slop/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@ description: Increase the size of each feature in a BED/BAM/VCF by a specified f
url: https://bedtools.readthedocs.io/en/latest/content/tools/slop.html
authors:
- Jan Forster
input:
- Path to an interval file (BED/GFF/VCF)
output:
- Path to the expanded intervals file
params:
- genome: Path to a genome file
- extra: additional program arguments (except for `-i` or `-g`)
notes: |
* Extra parameters requires either `-b` or (`-l` and `-r`)
* This program/wrapper does not handle multi-threading.
12 changes: 8 additions & 4 deletions bio/bedtools/sort/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ url: https://bedtools.readthedocs.io/en/latest/content/tools/sort.html
authors:
- Antonie Vietor
input:
- BED/GFF/VCF files
- optional a tab separating file that determines the sorting order and contains the chromosome names in the first column
- optional a fasta index file
- in_file: Path to interval file (BED/GFF/VCF formatted)
- genome: optional a tab separating file that determines the sorting order and contains the chromosome names in the first column
- faidx: optional a fasta index file
output:
- sorted BED/GFF/VCF file
- Path to the sorted interval file (BED/GFF/VCF formatted)
params:
- extra: additional program arguments (except for `-i`, `-g`, or `--faidx`)
notes: |
* This program/wrapper does not handle multi-threading.