Mercurial > repos > yating-l > ucsc_pslcdnafilter
comparison README.rst @ 1:ad9a21204405 draft default tip
planemo upload commit 46cd27d5fb1b88220fb94b9039a685359b87d539
| author | yating-l |
|---|---|
| date | Thu, 02 Feb 2017 17:06:45 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 0:34c6f02de27f | 1:ad9a21204405 |
|---|---|
| 1 Galaxy wrapper for UCSC pslCDnaFilter tool (version: v340) | |
| 2 ========================================================== | |
| 3 Filter cDNA alignments in psl format. Filtering criteria are comparative, selecting near best in genome alignments for each given cDNA and non-comparative, based only on the quality of an individual alignment. | |
| 4 | |
| 5 parameters: | |
| 6 ----------- | |
| 7 pslCDnaFilter parameters variable definitions by genome assembly category and type of cDNA sequence. | |
| 8 | |
| 9 # common paramters used for all assembly categories | |
| 10 | |
| 11 Same species: | |
| 12 -minQSize=20 -ignoreIntrons -repsAsMatch -ignoreNs -bestOverlap -polyASizes | |
| 13 | |
| 14 Across species: | |
| 15 -minQSize=20 -ignoreIntrons -repsAsMatch -ignoreNs -bestOverlap -polyASizes | |
| 16 | |
| 17 # common paramters used for local near best filtering | |
| 18 | |
| 19 Same species: | |
| 20 -localNearBest=0.001 | |
| 21 Across species: | |
| 22 -localNearBest=0.010 | |
| 23 | |
| 24 # finished assemblies | |
| 25 | |
| 26 Same species: | |
| 27 -minId=0.95 -minCover=0.25 | |
| 28 Across species: | |
| 29 -minId=0.35 -minCover=0.25 | |
| 30 | |
| 31 # well-ordered assemblies | |
| 32 | |
| 33 Same species: | |
| 34 -minId=0.95 -minCover=0.15 | |
| 35 Across species: | |
| 36 -minId=0.35 -minCover=0.15 | |
| 37 | |
| 38 # low-coverage assemblies | |
| 39 | |
| 40 Same species: | |
| 41 -minId=0.94 -minAlnSize=80 | |
| 42 Across species: | |
| 43 -minId=0.33 -minAlnSize=80 | |
| 44 | |
| 45 Reference: | |
| 46 ++++++++++ | |
| 47 `Configuration file for GenBank RefSeq alignment process <http://genome-source.cse.ucsc.edu/gitweb/?p=kent.git;a=blob;f=src/hg/makeDb/genbank/etc/genbank.conf;h=03c4f3dcd12b48cf52feaf4d09561bf0a58ee352;hb=9447c3aa53839f2adbb3c2ef14ba8540a1dea077>`_ | |
| 48 | |
| 49 | |
| 50 Source code: | |
| 51 ------------- | |
| 52 | |
| 53 http://hgdownload.cse.ucsc.edu/admin/exe/ | |
| 54 | |
| 55 Licence | |
| 56 ------- | |
| 57 Please note that commercial download and installation of the Blat and In-Silico PCR software may be licensed through Kent Informatics (http://www.kentinformatics.com). |
