-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EVA-3427 - Normalisation before ingestion (#188)
* add normalisation * Add version migration script * Add test for config upgrade Co-authored-by: April Shen <april.tuesday@gmail.com>
- Loading branch information
Showing
15 changed files
with
368 additions
and
57 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
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
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 |
---|---|---|
|
@@ -11,3 +11,4 @@ pysam | |
pyyaml | ||
requests | ||
retry | ||
packaging |
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
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,4 +1,4 @@ | ||
vcf_file,assembly_accession,fasta,report,analysis_accession,db_name,vep_version,vep_cache_version,vep_secies,aggregation | ||
vcfs/test1.vcf.gz,GCA_000001000.1,/path/to/fasta.fa,/path/to/assembly_report.txt,ERZ12345,db1,100,100,homo_sapiens,none | ||
vcfs/test2.vcf.gz,GCA_000001000.1,/path/to/fasta.fa,/path/to/assembly_report.txt,ERZ12345,db1,100,100,homo_sapiens,none | ||
vcfs/test3.vcf.gz,GCA_000001000.1,/path/to/fasta.fa,/path/to/assembly_report.txt,ERZ12346,db2,,,,none | ||
vcf_file,csi_file,assembly_accession,fasta,report,analysis_accession,db_name,vep_version,vep_cache_version,vep_secies,aggregation | ||
vcfs/test1.vcf.gz,vcfs/test1.vcf.gz.csi,GCA_000001000.1,GCA_000002945.2/GCA_000002945.2.fa,GCA_000002945.2/GCA_000002945.2_assembly_report.txt,ERZ12345,db1,100,100,homo_sapiens,none | ||
vcfs/test2.vcf.gz,vcfs/test2.vcf.gz.csi,GCA_000001000.1,GCA_000002945.2/GCA_000002945.2.fa,GCA_000002945.2/GCA_000002945.2_assembly_report.txt,ERZ12345,db1,100,100,homo_sapiens,none | ||
vcfs/test3.vcf.gz,vcfs/test3.vcf.gz.csi,GCA_000001000.1,GCA_000002945.2/GCA_000002945.2.fa,GCA_000002945.2/GCA_000002945.2_assembly_report.txt,ERZ12346,db2,,,,none |
File renamed without changes.
Oops, something went wrong.