| Previous changeset 23:1d17fb76718e (2017-05-23) Next changeset 25:3ce3e446f081 (2017-06-23) |
|
Commit message:
planemo upload commit 78ad97a2be3ed2c75777ec97ef9489f819cbc471-dirty |
|
modified:
blat.xml |
|
added:
tools/ucsc_blat/.gitignore |
| b |
| diff -r 1d17fb76718e -r 4faaa87eca43 blat.xml --- a/blat.xml Tue May 23 18:27:21 2017 -0400 +++ b/blat.xml Thu Jun 01 15:09:32 2017 -0400 |
| b |
| @@ -42,10 +42,10 @@ </param> </when> <when value="history"> - <param name="database" type="data" format="fasta, twobit" label="Using database file, either a .fa, .nib or .2bit file" /> + <param name="database" type="data" format="fasta,twobit" label="Using database file, either a .fa, .nib or .2bit file" /> </when> </conditional> - <param type="data" name="query" format="fasta, twobit" label="Query data, either a .fa, .nib or .2bit file"/> + <param type="data" name="query" format="fasta,twobit" label="Query data, either a .fa, .nib or .2bit file"/> <param type="select" name="database_type" format="text" multiple="false" label="database type" help="Choose your database type, the default is dnax" argument="-t"> <option value="dna">dna - DNA sequence</option> <option value="prot">prot - protein sequence</option> |
| b |
| diff -r 1d17fb76718e -r 4faaa87eca43 tools/ucsc_blat/.gitignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/ucsc_blat/.gitignore Thu Jun 01 15:09:32 2017 -0400 |
| b |
| @@ -0,0 +1,4 @@ +*.DS_Store +.gitignore +*.DS_Store +.gitignore |