├── webblast
├── cgi-bin
│ ├── templates
│ │ ├── blastn_results.html
│ │ ├── blastp_results.html
│ │ ├── blastx_results.html
│ │ ├── tblastn_results.html
│ │ ├── tblastx_results.html
│ │ ├── sorttable.js
│ │ ├── footer.html
│ │ ├── site_defaults.csv
│ │ ├── blastn_defaults.csv
│ │ ├── blastp_defaults.csv
│ │ ├── blastx_defaults.csv
│ │ ├── tblastn_defaults.csv
│ │ ├── tblastx_defaults.csv
│ │ ├── blastn_query.html
│ │ ├── blastp_query.html
│ │ ├── blastx_query.html
│ │ ├── tblastn_query.html
│ │ ├── tblastx_query.html
│ │ ├── header.html
│ │ ├── blastn_params.html
│ │ ├── blastp_params.html
│ │ ├── blastx_params.html
│ │ ├── tblastn_params.html
│ │ └── tblastx_params.html
│ └── db
│ │ ├── ZEV_mmusmtDNA_bphagelambda.nhr
│ │ ├── ZEV_mmusmtDNA_bphagelambda.nin
│ │ └── ZEV_mmusmtDNA_bphagelambda.nsq
└── style
│ ├── css
│ ├── tabs_bg.png
│ ├── menu_active.png
│ ├── menu_active.xcf
│ ├── tabs_norm_left.png
│ ├── tabs_norm_right.png
│ ├── tabs_norm_left_on.png
│ ├── tabs_norm_right_on.png
│ ├── tabs_custom_corners_topleft.png
│ ├── tabs_custom_corners_bottomleft.png
│ ├── tabs_custom_corners_topright.png
│ ├── tabs_custom_corners_bottomright.png
│ ├── tabs_custom_corners_rightborder.png
│ ├── main_area.css
│ ├── tabs_style.css
│ └── side_menu.css
│ └── project_logo.png
├── affytools
├── Affy2SimpleGT.jar
├── Affy2SimpleGT.class
├── manifest_source.txt
├── .classpath
└── .project
├── weblabeler
└── room_label
│ └── footer.html
├── README.md
├── aggregate.pl
├── transpose.pl
├── RCVS_filter.pl
├── bootstrap2rank.sh
├── blastx_boundaries.pl
├── last-rmident.pl
├── paf2mat.pl
├── obo2csv.pl
├── fastqcat.pl
├── gfa_cleaner.pl
├── fastx2fastm.pl
├── fastq2fasta.pl
├── align2csv.pl
├── chunkFilter.pl
├── gtcounts2MAF.pl
├── fourievar.r
├── fastm2fastx.pl
├── fasta-nsplit.pl
├── pileupPropView.r
├── mitochondrial_descendants.pl
├── minimus2_OCA.sh
├── mergeFast5events.pl
├── sam2mapped.pl
├── sam2LongestBase.pl
├── fastx-qualHist.pl
├── labid2UUID.pl
├── posAggregate.pl
├── vcf_normalise.pl
├── gtsubset.pl
├── tped2gtcounts.pl
├── vcf2simplegt.pl
├── vcf_windowSorter.pl
├── bam2proportion.sh
├── fastx-annotate.pl
├── dotplotAnnotator.r
├── markercsv2linkage.pl
├── fastx-grep.pl
├── quantile_subset.pl
├── power_analysis.r
├── sam-senseflagger.pl
├── fastx-rc.pl
├── fastx-isofilter.pl
├── exchange_rate.pl
├── fastx-sample.pl
├── pedtodot.sh
├── mpileupDC.pl
├── fastx-cgmasker.pl
├── addKraken2Silva.pl
├── edgebeeguildfinder.py
├── shufflefastx.pl
├── fastx-sort.pl
├── GenABEL2GIANT.pl
├── maf2gfa.pl
├── nbmt-translate.pl
├── fastx-length.pl
├── expenseTemplate.tex
├── maf_bcsplit.pl
├── rsfilter.pl
├── fastx-rlength.pl
├── fastx-hplength.pl
├── fmod.py
├── svgImport.r
├── tped2trios.pl
├── vcf2fq.pl
├── fastx-fetch.pl
├── readthrough.py
├── spiralign.r
├── fastx-repeatFilter.pl
└── fastx-interleave.pl
/webblast/cgi-bin/templates/blastn_results.html:
--------------------------------------------------------------------------------
1 |
Results
2 | %(results)
3 |
--------------------------------------------------------------------------------
/webblast/cgi-bin/templates/blastp_results.html:
--------------------------------------------------------------------------------
1 | Results
2 | %(results)
3 |
--------------------------------------------------------------------------------
/webblast/cgi-bin/templates/blastx_results.html:
--------------------------------------------------------------------------------
1 | Results
2 | %(results)
3 |
--------------------------------------------------------------------------------
/webblast/cgi-bin/templates/tblastn_results.html:
--------------------------------------------------------------------------------
1 | Results
2 | %(results)
3 |
--------------------------------------------------------------------------------
/webblast/cgi-bin/templates/tblastx_results.html:
--------------------------------------------------------------------------------
1 | Results
2 | %(results)
3 |
--------------------------------------------------------------------------------
/affytools/Affy2SimpleGT.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gringer/bioinfscripts/HEAD/affytools/Affy2SimpleGT.jar
--------------------------------------------------------------------------------
/affytools/Affy2SimpleGT.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gringer/bioinfscripts/HEAD/affytools/Affy2SimpleGT.class
--------------------------------------------------------------------------------
/webblast/style/css/tabs_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gringer/bioinfscripts/HEAD/webblast/style/css/tabs_bg.png
--------------------------------------------------------------------------------
/webblast/style/project_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gringer/bioinfscripts/HEAD/webblast/style/project_logo.png
--------------------------------------------------------------------------------
/webblast/style/css/menu_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gringer/bioinfscripts/HEAD/webblast/style/css/menu_active.png
--------------------------------------------------------------------------------
/webblast/style/css/menu_active.xcf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gringer/bioinfscripts/HEAD/webblast/style/css/menu_active.xcf
--------------------------------------------------------------------------------
/affytools/manifest_source.txt:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | Class-Path: affy2simplegt.jar
3 | Main-Class: affytools.Affy2SimpleGT
4 |
--------------------------------------------------------------------------------
/webblast/style/css/tabs_norm_left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gringer/bioinfscripts/HEAD/webblast/style/css/tabs_norm_left.png
--------------------------------------------------------------------------------
/webblast/style/css/tabs_norm_right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gringer/bioinfscripts/HEAD/webblast/style/css/tabs_norm_right.png
--------------------------------------------------------------------------------
/webblast/cgi-bin/templates/sorttable.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gringer/bioinfscripts/HEAD/webblast/cgi-bin/templates/sorttable.js
--------------------------------------------------------------------------------
/webblast/style/css/tabs_norm_left_on.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gringer/bioinfscripts/HEAD/webblast/style/css/tabs_norm_left_on.png
--------------------------------------------------------------------------------
/webblast/style/css/tabs_norm_right_on.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gringer/bioinfscripts/HEAD/webblast/style/css/tabs_norm_right_on.png
--------------------------------------------------------------------------------
/webblast/cgi-bin/db/ZEV_mmusmtDNA_bphagelambda.nhr:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gringer/bioinfscripts/HEAD/webblast/cgi-bin/db/ZEV_mmusmtDNA_bphagelambda.nhr
--------------------------------------------------------------------------------
/webblast/cgi-bin/db/ZEV_mmusmtDNA_bphagelambda.nin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gringer/bioinfscripts/HEAD/webblast/cgi-bin/db/ZEV_mmusmtDNA_bphagelambda.nin
--------------------------------------------------------------------------------
/webblast/cgi-bin/db/ZEV_mmusmtDNA_bphagelambda.nsq:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gringer/bioinfscripts/HEAD/webblast/cgi-bin/db/ZEV_mmusmtDNA_bphagelambda.nsq
--------------------------------------------------------------------------------
/webblast/style/css/tabs_custom_corners_topleft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gringer/bioinfscripts/HEAD/webblast/style/css/tabs_custom_corners_topleft.png
--------------------------------------------------------------------------------
/webblast/style/css/tabs_custom_corners_bottomleft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gringer/bioinfscripts/HEAD/webblast/style/css/tabs_custom_corners_bottomleft.png
--------------------------------------------------------------------------------
/webblast/style/css/tabs_custom_corners_topright.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gringer/bioinfscripts/HEAD/webblast/style/css/tabs_custom_corners_topright.png
--------------------------------------------------------------------------------
/webblast/style/css/tabs_custom_corners_bottomright.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gringer/bioinfscripts/HEAD/webblast/style/css/tabs_custom_corners_bottomright.png
--------------------------------------------------------------------------------
/webblast/style/css/tabs_custom_corners_rightborder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gringer/bioinfscripts/HEAD/webblast/style/css/tabs_custom_corners_rightborder.png
--------------------------------------------------------------------------------
/webblast/cgi-bin/templates/footer.html:
--------------------------------------------------------------------------------
1 | SessionID: %(sessionID)
2 |
3 |
4 |
5 |