-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Change static data structure in config to separate global and array…
… specific files - move all default global files to the cache dir - allow multiple array definitions - Add Array_Name column to sampletable - Add xlsx support for sampletable
- Loading branch information
1 parent
3dd881d
commit 08e351f
Showing
38 changed files
with
1,267 additions
and
825 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Sample_Name Chip_Name Chip_Pos Sample_ID Sex Reference_Sample | ||
HG001/NA12878 207521920117 R09C02 HG001 female | ||
HG002/NA24385 207521920117 R05C02 HG002 male | ||
HG004/NA24143 207521920117 R07C02 HG004 female | ||
HG005/NA24631 207521920117 R01C02 HG005 male HG006 | ||
HG006/NA24694 207521920117 R03C02 HG006 male | ||
HG007/NA24695 207521920117 R11C02 HG007 female | ||
Sample_ID Chip_Name Chip_Pos Array_Name Sex Reference_Sample Sample_Name | ||
HG001 207521920117 R09C02 ExampleArray female HG001/NA12878 | ||
HG002 207521920117 R05C02 ExampleArray male HG002/NA24385 | ||
HG004 207521920117 R07C02 ExampleArray female HG004/NA24143 | ||
HG005 207521920117 R01C02 ExampleArray male HG006 HG005/NA24631 | ||
HG006 207521920117 R03C02 ExampleArray male HG006/NA24694 | ||
HG007 207521920117 R11C02 ExampleArray female HG007/NA24695 |
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
Oops, something went wrong.