forked from galaxyproject/tools-iuc
-
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.
Update snipit to v1.2 (galaxyproject#4971)
* Implement version command through snipit's new -v/--version command line flag * Implement new --show-indels option * Handle matplotlib config dir transparently Moved setting of the corresponding environment variable out of the command section. * Document new ref requirement * Add bio.tools xref * Add long_description to .shed.yml
- Loading branch information
Showing
3 changed files
with
25 additions
and
9 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,6 +1,6 @@ | ||
record,snps,num_snps | ||
USA_1,1059CT;3037CT;8782TC;14408CT;23403AG;25563GT;28144CT,52 | ||
USA_2,15240CT;17747CT;17858AG;18060CT;21774CT,39 | ||
USA_3,1059CT;3037CT;8782TC;13006TC;14408CT;23403AG;25563GT;25688CT;28144CT,68 | ||
USA_4,2005CA;2749CA;3037CT;8782TC;14408CT;20268AG;23403AG;28144CT,59 | ||
USA_5,17747CT;17858AG;18060CT;20281TC,31 | ||
USA_1,1059:CT;3037:CT;8782:TC;14408:CT;23403:AG;25563:GT;28144:CT,7 | ||
USA_2,15240:CT;17747:CT;17858:AG;18060:CT;21774:CT,5 | ||
USA_3,1059:CT;3037:CT;8782:TC;13006:TC;14408:CT;23403:AG;25563:GT;25688:CT;28144:CT,9 | ||
USA_4,2005:CA;2749:CA;3037:CT;8782:TC;14408:CT;20268:AG;23403:AG;28144:CT,8 | ||
USA_5,17747:CT;17858:AG;18060:CT;20281:TC,4 |