-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update data_manager_sam_fasta_index_builder for normalized layout, plus:
- Drop python wrapper - Update samtools version - Add test of non-default options
- Loading branch information
Showing
8 changed files
with
66 additions
and
119 deletions.
There are no files selected for viewing
102 changes: 0 additions & 102 deletions
102
...data_manager_sam_fasta_index_builder/data_manager/data_manager_sam_fasta_index_builder.py
This file was deleted.
Oops, something went wrong.
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
12 changes: 12 additions & 0 deletions
12
data_managers/data_manager_sam_fasta_index_builder/test-data/sam_fasta_data_manager.1.json
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"data_tables":{ | ||
"fasta_indexes":[ | ||
{ | ||
"value": "phiX174", | ||
"dbkey": "phiX174", | ||
"name": "phiX 174", | ||
"path": "phiX174.fasta" | ||
} | ||
] | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
data_managers/data_manager_sam_fasta_index_builder/test-data/sam_fasta_data_manager.2.json
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"data_tables":{ | ||
"fasta_indexes":[ | ||
{ | ||
"value": "tigHai1", | ||
"dbkey": "phiX174", | ||
"name": "Galeocerdo cuvier", | ||
"path": "phiX174.fasta" | ||
} | ||
] | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
data_managers/data_manager_sam_fasta_index_builder/test-data/sam_fasta_data_manager.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
data_managers/data_manager_sam_fasta_index_builder/tool_data_table_conf.xml.sample
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