Skip to content
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
22eccad
vcftoolbox
GINAMO-EBVs Feb 26, 2026
658042b
test-data
GINAMO-EBVs Feb 27, 2026
a23a2f4
Merge pull request #1 from GINAMO-EBVs/vcftoolbox
GINAMO-EBVs Feb 27, 2026
755b1d7
Merge branch 'galaxyecology:master' into master
GINAMO-EBVs Mar 4, 2026
2a85600
Update polymorphic SNPs
GINAMO-EBVs Mar 4, 2026
8aa5117
Update tool polymorphic loci ok
GINAMO-EBVs Mar 4, 2026
59d90ae
Merge branch 'master' into vcftoolbox
GINAMO-EBVs Mar 4, 2026
9f9fed3
Tools description
GINAMO-EBVs Mar 4, 2026
a1e5f5e
Update vcf_filtering_biallelic_SNP.xml
GINAMO-EBVs Mar 4, 2026
cd355c0
Update vcf_filtering_biallelic_SNP.xml
GINAMO-EBVs Mar 4, 2026
7028bdc
Add files via upload
GINAMO-EBVs Mar 4, 2026
7af1636
Add files via upload
GINAMO-EBVs Mar 4, 2026
4796a85
New test file
GINAMO-EBVs Mar 4, 2026
cdfb95f
Delete tools/vcftoolbox directory
GINAMO-EBVs Mar 4, 2026
0c13db8
Merge pull request #3 from GINAMO-EBVs/vcftoolbox
GINAMO-EBVs Mar 4, 2026
b10b6d6
correction
GINAMO-EBVs Mar 5, 2026
9ae7125
Merge branch 'galaxyecology:master' into vcftoolbox
GINAMO-EBVs Mar 5, 2026
2f6560f
correction
GINAMO-EBVs Mar 5, 2026
264202b
Merge pull request #4 from GINAMO-EBVs/vcftoolbox
GINAMO-EBVs Mar 5, 2026
41e3204
New version VCF_filtering: combines all filters
GINAMO-EBVs Mar 11, 2026
44c4d04
Tool exist on bcftools galaxy
GINAMO-EBVs Mar 11, 2026
d5528da
Updates
GINAMO-EBVs Mar 11, 2026
9321cc1
New option on the tool : keep or remove
GINAMO-EBVs Mar 11, 2026
81d5996
Merge branch 'galaxyecology:master' into master
GINAMO-EBVs Mar 11, 2026
d7ec3ba
Add profile="25.0"
GINAMO-EBVs Mar 12, 2026
f9908d1
Update tools/vcftoolbox/split_vcf_by_pop.xml
GINAMO-EBVs Mar 12, 2026
ed2b0a6
Remove multiple file options
GINAMO-EBVs Mar 12, 2026
ffa7311
Merge branch 'master' of https://github.com/GINAMO-EBVs/tools-ecology
GINAMO-EBVs Mar 12, 2026
505dad7
Remove "Upload your"
GINAMO-EBVs Mar 12, 2026
90d1703
Update tools/vcftoolbox/split_vcf_by_pop.xml
GINAMO-EBVs Mar 12, 2026
9f9ffa4
Update tools/vcftoolbox/split_vcf_by_pop.xml
GINAMO-EBVs Mar 12, 2026
f57da67
Correction
GINAMO-EBVs Mar 12, 2026
2868e18
Check information on test : assert add
GINAMO-EBVs Mar 12, 2026
71949e3
Merge branch 'master' into master
GINAMO-EBVs Mar 12, 2026
e4a650e
Merge branch 'master' into master
GINAMO-EBVs Mar 12, 2026
233b0ba
label update
GINAMO-EBVs Mar 12, 2026
de330e9
Merge branch 'master' of https://github.com/GINAMO-EBVs/tools-ecology
GINAMO-EBVs Mar 12, 2026
79d0496
Update VCF_filtering.xml
GINAMO-EBVs Mar 12, 2026
636feaa
Update summary table VCF_filtering
GINAMO-EBVs Mar 12, 2026
ecd6200
New test-data
GINAMO-EBVs Mar 12, 2026
33a43b7
Update test with the new test-data
GINAMO-EBVs Mar 12, 2026
3ed99b5
Apply comment
GINAMO-EBVs Mar 13, 2026
6898111
owner update
GINAMO-EBVs Mar 13, 2026
787092d
Update VCF_filtering.sh
GINAMO-EBVs Mar 13, 2026
60c6d85
Corrections
GINAMO-EBVs Mar 13, 2026
7d68143
New version with tags and die function
GINAMO-EBVs Mar 19, 2026
a39f64a
Update VCF_keep_remove_ind.xml
GINAMO-EBVs Mar 19, 2026
b6912e2
Update .shed.yml
GINAMO-EBVs Mar 19, 2026
0c10d5c
Add has_n_line delta
GINAMO-EBVs Mar 19, 2026
bb3f8ca
population_genomics
GINAMO-EBVs Mar 23, 2026
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
22 changes: 22 additions & 0 deletions tools/vcftoolbox/.shed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: vcftoolbox
Comment thread
GINAMO-EBVs marked this conversation as resolved.
Outdated
owner: genomics
description: Tools to filter, manipulate, and manage VCF files for population genomics analyses using vcftools and bcftools.
homepage_url: https://github.com/lauramtzan/GINAMO/vcftoolbox
long_description: |
VCF Toolbox is a suite of tools for filtering and subsetting VCF files used in population genomics.
The toolbox allows users to filter SNPs by read depth, genotype quality, missing data, heterozygosity, and minor allele count,
remove individuals, split VCFs by population and perform subsampling.
remote_repository_url: https://github.com/galaxyecology/tools-ecology/tree/master/tools/vcftoolbox
type: unrestricted
categories:
- Genomics
auto_tool_repositories:
name_template: "{{ tool_id }}"
description_template: "{{ tool_name }}"
suite:
name: "suite_vcftoolbox"
Comment thread
GINAMO-EBVs marked this conversation as resolved.
Outdated
description: Tools to filter, manipulate, and manage VCF files for population genomics analyses using vcftools and bcftools.
long_description: |
VCF Toolbox is a suite of tools for filtering and subsetting VCF files used in population genomics.
The toolbox allows users to filter SNPs by read depth, genotype quality, missing data, heterozygosity, and minor allele count,
extract or remove individuals, split VCFs by population and perform subsampling.
Loading
Loading