-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Former-commit-id: 7ddb664
- Loading branch information
Cristina Yenyxe Gonzalez Garcia
committed
Mar 4, 2013
1 parent
de16b20
commit e361692
Showing
13 changed files
with
18 additions
and
937 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Import('env') # exported by parent SConstruct | |
|
||
# Here's the core info for the DEBIAN/control file of the package | ||
DEBNAME = "hpg-variant" | ||
DEBVERSION = "0.3.1" | ||
DEBVERSION = "0.4" | ||
DEBMAINT = "Cristina Yenyxe Gonzalez Garcia <[email protected]>" | ||
DEBARCH = "amd64" | ||
DEBDEPENDS = "libc6, libconfig8, libcurl4-openssl-dev, libgsl0ldbl, libxml2, zlib1g" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
%define name hpg-variant | ||
%define version 0.3.1 | ||
%define version 0.4 | ||
Name: %{name} | ||
Version: %{version} | ||
Release: 1%{?dist} | ||
|
@@ -55,4 +55,8 @@ cp bin/vcf-info-fields.conf %{buildroot}%{_sysconfdir}/%{name}/ | |
|
||
|
||
%changelog | ||
|
||
* Mon Mar 04 2013 Cristina Yenyxe Gonzalez <[email protected]> - 0.4 | ||
- Filter output uses default names, 'your_vcf_file.vcf.filtered' and | ||
'your_vcf_file.vcf.rejected', 'out' argument reserved for tool output | ||
- Merge tool notifies when a sample appears more than once | ||
- GWAS tools notify when a sample appears more than once |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.