Giter Site home page Giter Site logo

tbtools-ii's Introduction

TBtools-II

Click to Join in TBtools Groups on Telegram

Click to Download TBtools Installers

How to cite

Chen C., Wu Y., Li J., Wang X., Zeng Z., Xu J., Liu Y., Feng J., Chen H., He Y., and Xia R. (2023). TBtools-II: A "one for all, all for one" bioinformatics platform for biological big-data mining. Mol. Plant. 16, 1733–1742. Click to view the article.

A Simple Guidance

[For version 0.665] check in Biotreasury

CJ ([email protected])

South China Agricultural University

Overview

Rapid development of high-throughput sequencing (HTS) techniques has led biology into the “big-data” era. Data analysis using various bioinformatics softwares or pipelines relying on programming and command-line environment is challenging and time-consuming for most wet-lab biologists. Bioinformatics tools with a user-friendly interface are preferred to save time.

Thus, we present TBtools (a Toolkit for Biologists integrating various biological data handling tools), a stand-alone software with a user-friendly interface. It has powerful data handling engines for both bulk sequence processing and interactive data visualization. It includes a large collection of functions, which may facilitate much simple, routine but elaborate work on biological data, such as bulk sequence extraction, gene set enrichment analysis, Venn diagram preparation, heatmap illustration, comparative sequence visualization, etc.

A Glance of TBtools’ Functions

Download and Installation

TBtools is a platform-independent software that can be run under all operating systems with Java Runtime Environment 1.6 or newer. It is freely available to non-commercial users at

https://github.com/CJ-Chen/TBtools/releases

For users under all operating systems (Windows, Mac, Linux….):

1. Download TBtools-crossplatform_XXX.rar.

2. Unpack the rar file and obtain an executable jar file.

3. Optional. If users want to use the BLAST wrapper functions, then users is required to install BLAST package and add its bin directory to environment variables.

For users under windows, a better choice is:

1. Download TBtools_windows-32-bits-XXX.rar or TBtools_windows-64-bits-XXX.rar file.

2. Unpack the rar file and obtain an exe file.

3. Double click the exe file, click next and wait for the installation procedure.

Getting started with TBtools

For users start TBtools from a jar file, there are two ways:

1. Double click the jar file; if it don’t work, try next way.

2. Open the terminal (CMD or Powershell under Windows, Shell/Bash under Mac or Linux); type


java -Xmx2G -jar PathtoTBtools.jar

A command example under Windows

For windows users that have installed TBtools from an exe file, double click the TBtools icon and the main panel of TBtools will pop up.

In the main panel of TBtools, there is a main menubar and several buttons:

1. Click “Version” to check whether the current TBtools is the latest version.

2. Click “Citation” to get the citation method of TBtools.

Usage of Key Functions

Obtain the Demo Data ftp://118.24.17.128/TBtools%20-%20Demo%20Data/, using "uftp" as acount number and "12345678" as password.

Bulk Sequence Extraction

Go to it:

Main menubar -> Sequence Toolkits -> Fasta Tools -> Amazing Fasta Extractor

Input:

1. A target sequence file in Fasta format (ref https://en.wikipedia.org/wiki/FASTA), e.g.


>Unigene1 high expressing gene

ACGATCAGCTCAGCGACGATCGACTAGCTACGATCAGCTAGCTACGATCGACTAGCTAGCTACGA

ACGATCAGCTCAGCGACGATCGACTAGCTACGATCAGCTA

>Unigene2 low expressing gene

ACTCAGCTCAGCGACGATCAGCTCAGCGACGATCGACTAGCTACGACGACTAGCTACGA……

….

2. A set of gene identifiers or regions, e.g.


##### Lines prefixed with # will be ignored

##### Examples for One Gene ###########

Unigene_1

Unigene_2

### ChrID StartPos EndPos

Chr_1 100000 102000

### GeneID ChrID StartPos EndPos #########

FinalGeneID Chr_1 100000 120000

Output:

Complete sequences or regions of sequences specified by users

Detailed Usage:

1. Drag a target sequence file in the text-field or set it by click the “…” button

2. Click “initialize” button to build a FA-index (if the index has already been built, TBtools will skip it)

3. Set a path of an output file

4. Set a set of IDs or sequence regions

5. Click “Start”

  • Optional. If users select “Just Show Dialog”, users can obtain the extracted sequences directly from a dialog. In this case, setting of an output file is not required.

Sequence Extraction from Genome According to Gene Structure Annotation File (.gff3/gtf)

Go to it:

Main menubar -> Sequence Toolkits -> Gff3/GTF Manipulator -> Gtf/Gff3 Sequences Extractor

Input:

1. A target sequence set of genome in Fasta format

2. A corresponding gene structure annotation file in gff3/gtf format (ref https://en.wikipedia.org/wiki/General_feature_format)

Output:

A file storing sequences of a user-specific feature (CDS, exon, mRNA, gene, UTR, promoter, etc.)

Detailed Usage:

1. Set a gff3/gtf file

2. Click the “initialize” button and TBtools will provide available features for users to select

  1. Select a target feature, e.g. “CDS”

  2. Select an ID to group sequence segments of specific features, e.g. “Parent”

5. Set a genome sequence file

6. Set an output file

*. Optional. If users want to extract sequences upstream or downstream from the specific feature, e.g 2000 bp upstream from CDS (often referring as “Promoter regions”), users need to enter “2000” in the corresponding text-field.

BLAST Wrapper and visualization

Go to it:

Main menubar -> Blast -> Blast Waper -> Several Sequences To a Big File [Commonly Used]

Input:

1. A set of query sequences. Fasta format is only required for multiple sequences.

2. A target sequence file, e.g. transcriptome, genome.

Output:

BLAST result in user specific format (xml, table, pairwise)

Detailed Usage:

1. Paste a set of query sequences or drag a sequence file and drop into the text-area

2. Set a target sequence file in fasta format

3. Set a path of an output file to store the BLAST result. Click “Temp” button will generate an intermediate file, which will be automatically deleted by TBtools when exited.

4. Click “Start”

5. When BLAST process is finished, user can click the “Visualize” button to invoke TBtools BLAST result visualization functions (Only valid for XML outfmt).

*. Optional. Detailed parameters could be changed on the top-right panel and the “Other Options”. Most of the time, keep it as default and it work well.

Example of visualization of BLAST results

Gene Ontology Enrichment Analysis

Go to it:

Main menubar -> GO and KEGG -> GO Enrichment

Input:

1. A go-basic.obo file downloaded from http://purl.obolibrary.org/obo/go/go-basic.obo

2. A GO annotation background, formatted as bellow. The first column are gene identifiers. If multiple gene annotated to a same GO term, comma could be used to separate them, e.g. “Unigene1,Unigene2 GO:0005509”; The second column are GO numbers. If one gene is annotated to several GO term, comma could be used to separate them, e.g. “Unigene1 GO:0008483,GO0030170”.

3. A gene set of interest for enrichment analysis.

Output:

Eight files will be generated. An example is showed as bellow. GO annotation background was parsed according to Gene Ontology information stored in go-basic.obo file. *Fresh-hand of enrichment analysis is recommended to use the .final.xls result directly. GO enrichment analysis is conducted to three categories, Biological Process, Cellular Component, and Molecular Function. File suffixed with “*.sorted.padjust” can be used for further analyses.

Detailed Usage:

1. Set the latest go-basic.obo file

2. Set a GO annotation background

3. Set a gene set of interest

4. Set an output directory. User could also set a prefix for naming of output files.

  • Optional. Click “Download go-basis.obo …” will invoke TBtools to download the latest go-basic.obo file.

  • Optional. GO-slim could be used in enrichment analysis.

KEGG Pathway Enrichment Analysis

Go to it:

Main menubar -> GO and KEGG -> KEGG Enrichment

Input:

1. A file storing KEGG pathway ontology information. Users could prepare it using the “Make One Backend File From Web” Button.

2. A KEGG annotation background, formatted as bellow. The first column are gene identifiers. If multiple gene annotated to a same KO number, comma could be used to separate them, e.g. “Unigene1,Unigene2 K12243”; The second column are KO numbers. If one gene is annotated to several KO numbers, comma could be used to separate them, e.g. “Unigene1 KO12322,KO23421”

3. A gene set of interest for enrichment analysis

Output:

Two files will be generated. *Use the .final.xls output file which has been filter with “minimum gene number>=5 and p-value<=0.05”.

Detailed Usage:

1. Set a file storing KEGG pathway ontology information.

2. Set a KEGG annotation background

3. Set a gene set of interest

4. Set an output file.

  • Optional. Select a target pathway category, e.g. “Plants”, “Animals”, ”hsa” and Click “Make …” to invoke TBtools to prepare a file storing KEGG pathway ontology information.

Funny Enrichment Barplot

Go to it:

Main menubar -> GO and KEGG -> Funny Enrichment Bar Plot

Input:

An enrichment analysis result. Enrichment result files from TBtools are preferred. Input file is required to contain at least two columns, i.e. a column storing “Term” labels and the other column storing “p-value”, “q-value” or “FDR”.

Output:

An interactive bar plot

Detailed Usage:

1. Set an enrichment analysis.

2. Select the type of the enrichment analysis result: “GO”, “KEGG” or “Other”. The first two options are presetting for TBtools enrichment results. If users use enrichment analysis result from other programs, Type “Other” should be selected and text-field for “Term Col Name” and “pValue….” might need to be modified.

  • Optional. Select a barplot type: “Normal”, “TextOnLeft” and “BarOnLeft”.

Example of output:

Wonderful Venn

Go to it:

Main menubar -> Graphics -> Venn and Upset Plot -> Wonderful Venn (Up to Six Sets)

Input:

Two to Six sets of identifiers

Output:

An interactive Venn diagram

Detailed Usage:

1. Paste each set of identifiers or drag and drop files storing identifiers.

2. Click “Start”

  • Optional. Change labels of each set

Example Output:

Upset Plot

Go to it:

Main menubar -> Graphics -> Venn and Upset Plot -> Upset Plot

Input:

As many sets of identifiers as users need

Output:

An interactive Upset Plot

Detailed Usage:

1. Click as many times of “Add” button to add panels as your need

2. Paste each set of identifiers or drag and drop files storing identifiers.

  • Optional. Change labels of each set

  • Optional. Control the rank of all vertical bar of Upset plot by changing ranking selections.

Example output:

Heatmap Illustrator

Go to it:

Main menubar -> Graphics -> Amazing Heatmap -> The Amazing Simple Heatmap

Input:

1. A value matrix. The matrix should contain column names and row names, e.g.

  • Optional. A tab-delimited file containing row annotation information, e.g.

  • Optional. A tab-delimited file containing column annotation information, e.g.

Output:

An interactive heatmap

Detailed Usage:

1. Paste the value matrix or drag and drop files storing identifiers.

2. Click “Start”

  • Optional. Set row annotation

  • Optional. Set column annotation

  • Optional. Paste a preset newick string

Example output:

Batch Biological Sequence Visualization

Go to it:

Main menubar -> Graphics -> BioSequence Structure Illustrator -> Amazing Optional Gene Viewer

Input:

All Inputs are Optional.

A set of gene identifiers to filter the gene structure information or a newick tree string.

An XML file from MEME suite analysis result (MEME or MAST).

A gff/gtf file.

A file storing domain information in protein coordinate, e.g. analysis result from NCBI-CDD search.

A file storing domain information in mRNA coordinate, e.g. miRNA target sites.

A file storing renaming information of all sequences to be showed.

Output:

An interactive plot, which can simultaneously presenting phylogenetic tree, motif/domain patterns, gene structures, and miRNA target sites.

Detailed Usage:

All are optional.

  • Optional. Paste a newick tree string or a set of gene identifiers

  • Optional. Set an XML file storing motif patterns

  • Optional. Set a gff/gtf file

  • Optional. Set a file storing domain information in protein coordinate

  • Optional. Set a file storing domain information in mRNA coordinate

  • Optional. Set a file storing renaming information

Example output:

How to Cite TBtools

TBtools-II: A "One for All, All for One" Bioinformatics Platform for Biological Big-data Mining

Note the first version of TBtools is now retired.

Chen C., Wu Y., Li J., Wang X., Zeng Z., Xu J., Liu Y., Feng J., Chen H., He Y., and Xia R. (2023). TBtools-II: A "one for all, all for one" bioinformatics platform for biological big-data mining. Mol. Plant. 16, 1733–1742.

Download

Click to download TBtools-II

Current Version No.2.007

TBtools:Please update to the lastest version 「TBtools-II」 (higher than v2.0). | https://wsc.fit/M1

Block:

Clean:

tbtools-ii's People

Contributors

cj-chen avatar likelet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tbtools-ii's Issues

cannot display Chinese chars

Hi,
i was using the Heatmap Illustrator which is wonderful for drawing nice heatmaps, but what disappoints is it cannot display Chinese characters normally. Could you tell me how can i set the charset so that non-English chars can be shown? Thanks.

Cannot find figure export button

Hi!

I was plotting my DEG data using the heatmap function. I could export the data in xls form but could not find where to export the generated figure. I am using the version v1.105 for Windows. Could you let me know how to export the high resolution figures?

Thank you!
Min

Can not download KEGGBackEnd

Dear Dr. Chen,
我用KEGG enrichment时,不能下载keggbackend,怎么办呢?多谢多谢。报错如下:

[Debug...All Standard Error Info will show as following:...]
Curr log file:C:\Users\PC\AppData\Local\Temp\TBtools.17205861847920737976.20210330095119.log
Curr java version:11.0.4
Curr TBtools version:1.089
Maxmum Memory for Curr TBtools: 17163091968
curVersion:1.089:force
https://www.kegg.jp/kegg-bin/download_htext?htext=ath00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=aly00001.keg&format=htext&filedir=
statusCode:200
https://www.kegg.jp/kegg-bin/download_htext?htext=crb00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=csat00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=eus00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=brp00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=bna00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=boe00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=rsz00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=thj00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cpap00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cit00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cic00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=tcc00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=gra00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ghi00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=gab00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=dzi00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=egr00001.keg&format=htext&filedir=
3月 30, 2021 9:53:46 上午 biocjava.GUIexcutors.KeggAnalysis.KeggEnrichmentGUI$5$1 run
严重: null
javax.net.ssl.SSLException: Connection reset
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:746)
at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)
at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:717)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1610)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1515)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:250)
at toolsKit.HttpSgetData.getContent(HttpSgetData.java:71)
at toolsKit.HttpSgetData.downloadFile(HttpSgetData.java:88)
at biocjava.bioDoer.Kegg.AdvancedForEnrichment.UpdateKeggMap.prepareKegMap(UpdateKeggMap.java:270)
at biocjava.GUIexcutors.KeggAnalysis.KeggEnrichmentGUI$5$1.run(KeggEnrichmentGUI.java:240)
Suppressed: java.net.SocketException: Connection reset by peer: socket write error
at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
... 17 more
Caused by: java.net.SocketException: Connection reset
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186)
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
... 13 more

非常感谢
王峥峰
2021.3.30

MCSanX wrapper result showing zero collinear genes:

After performing soybean protein blast in BLAST GUI wrapper and converting GFF file to SimGxf, I have tried to run MCScanX wrapper, but the collinearity files show zero results.
I did check the transcript ID of both blast and SimGxf files both share the same ID. I am attaching those files.
Can you please guide me on where I am going wrong so that I can finish this project?
Gm.zip

no show circos plor

Hi,

I was trying to plot my genomes with tbtools following your tutorial on youtube, but in Advanced circos I didnt get anything. Can you help me?

error in running basic biosequence view

the error is as following
SEVERE: null
java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
at biocjava.bioDoer.MEME.DrawMotifPattern.DrawSequenceFromSeqLenInfo.metaParser(DrawSequenceFromSeqLenInfo.java:35)
at biocjava.bioDoer.MEME.DrawMotifPattern.DrawMotifPatternFromMEMEResult.postGraph(DrawMotifPatternFromMEMEResult.java:1051)
at biocjava.GUIexcutors.JJplot2LittleToolkit.SimpleBioSequnceViewerGUIPanel$4$1.run(SimpleBioSequnceViewerGUIPanel.java:332)

KEGG的第一个输入时什么文件,哪里下载

  1. A file storing KEGG pathway ontology information. Users could prepare it using the “Make One Backend File From Web” Button.
    有了对应号
BSU40440	K02314
BSU40480	K03449
BSU40500	K02939
BSU40510	K22927

输入了基因

BSU40500

不能运行,介绍太少了,第一个什么文件,什么格式

GO enrichment question

Hi,

I noticed the results are different between for example, *MF_EnrichResult.xls.sorted.padjust.xls and *.GO.Enrichment.final.xls. Was there a filtering step from MF to final? If so how was this done? Thanks!!

Fay-Wei

draw some of the chromosomes in the reverse order from end to 0

Hi there,

is it possible to draw some of the chromosomes in the circos advanced plugin in the reverse order?

From what i can see, all chromosomes are drawn in the direction of 0 - end. If i want to draw synteny (links) betweens chr1 and chr2 that are very similar, the links will cross over and may look like that one of the chromosomes is in the reverse order.

regards,
sb

Unable to update the new version

Hi @CJ-Chen

I git clone your repo on my linux mechine. When I tried to run ./Linux.sh or java -Xmx2G -jar TBtools_JRE1.6.jar it is giving error regarding update. I tried to update using git pull but it is saying up to date. I am new to github so I am not aware to so many commands. It would be very great help if you could suggest the command to update the latest version.

Thank you
Vinita

Error In KEGG enrichment analysis: no information in output

Hey thanks for this comprehensive tool
I am using the KEGG enrichment analysis implemented in TBtools (v1.120) for a non-model organism for which I have non-standard gene ids with types of KO assigned to it. but the final file is creating no information.

Kindly help

GFF file error

I have got a problem with TBtools. I use the latest version of TBTools. I would like to generate a Circos plot with Advanced Circos. I generated the succesfully the ChrLen file based on the original FASTA file. Also I generated the Gene Density profile based on the GFF file with gene annotations. But I stucked at the generate CpG, CHG and CHH density based on the GFF file which generated by SeqMonk. I tried modify the GFF file but I do not know which is the good format for TBTools.

I attached two GFF files in ZIP which I used to Gene Density profile. HFTH1.gene.gff is worked for me but CpG_closest.gff file did not worked in TBTools. How could I resolve this problem?

Archive.zip

may be tags can be beautifully

the lastest 4 tags:
1.113
v1.112
1.0987671
1.0987668

how mass! and have error! 1.0987671 > 1,113 !!
seem you don't know version-num is not decimal!
first it will compare the num before '.', then only compare the num before next '.'
for examlp: 1.113 vs 1.0987671
1st: 1 = 1
2st: 113 < 0987671 (0 is not be compare, so just 113 < 0987671) !!! that's make wrong!
so many auto get script in linux fail !

and i can't understand, why v1.112 not 1.112 ?????

Tackling with one step MCScanX

Hello
I am trying to do One step MCScanx,but its continuously showing invalid.I am uploading Arachis gff file but it showing like u have to upload gtf when i am uploading gtf file its asking for gff.Please clear this issue asap

ASK for Professional help

An error that I can't solve. Thank you so much!

[Debug...All Standard Error Info will show as following:...]
Curr log file:C:\Users\Lenovo\AppData\Local\Temp\TBtools.2006685913240871872.20230714162939.log
Curr java version:21
Curr TBtools version:1.130
Maxmum Memory for Curr TBtools: 4238344192
curVersion:1.120:force
Fetch Location:200
inline:## TBtools:Please update to the lastest version (higher than v1.09876). | https://tbtools.cowtransfer.com/s/be6d8daa56df4c
curS:Please update to the lastest version (higher than v1.09876). | https://tbtools.cowtransfer.com/s/be6d8daa56df4c
Factor(>0.6):0.0479726000536026
2023-07-14 16:30:10:Start Showing...
2023-07-14 16:30:10:Parsing Group Annotation...
2023-07-14 16:30:10:Fixing Duplicated Names...
7月 14, 2023 4:30:10 下午 biocjava.GUIexcutors.JIGplotToolkit.AmazingHeatMapGUIPanel$6$1 run
严重: null
java.lang.NumberFormatException: For input string: "Ctsd"
at java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2054)
at java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
at java.base/java.lang.Double.parseDouble(Double.java:792)
at biocjava.bioDoer.JIGplotToolkit.HeatMap.heatmap2.fixedDuplicatedId(heatmap2.java:1150)
at biocjava.bioDoer.JIGplotToolkit.HeatMap.heatmap2.show(heatmap2.java:1346)
at biocjava.bioDoer.JIGplotToolkit.HeatMap.HeatmapControl2.showMeTheHeatMap(HeatmapControl2.java:357)
at biocjava.GUIexcutors.JIGplotToolkit.AmazingHeatMapGUIPanel$6$1.run(AmazingHeatMapGUIPanel.java:271)

[[cmd.exe, /c, explorer /select, C:\Users\Lenovo\AppData\Local\Temp\TBtools.2006685913240871872.20230714162939.log]]
2023-07-14 16:31:45:Start Showing...
2023-07-14 16:31:45:Parsing Group Annotation...
2023-07-14 16:31:45:Fixing Duplicated Names...
7月 14, 2023 4:31:45 下午 biocjava.GUIexcutors.JIGplotToolkit.AmazingHeatMapGUIPanel$6$1 run
严重: null
java.lang.NumberFormatException: For input string: "Ctsd"
at java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2054)
at java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
at java.base/java.lang.Double.parseDouble(Double.java:792)
at biocjava.bioDoer.JIGplotToolkit.HeatMap.heatmap2.fixedDuplicatedId(heatmap2.java:1150)
at biocjava.bioDoer.JIGplotToolkit.HeatMap.heatmap2.show(heatmap2.java:1346)
at biocjava.bioDoer.JIGplotToolkit.HeatMap.HeatmapControl2.showMeTheHeatMap(HeatmapControl2.java:357)
at biocjava.GUIexcutors.JIGplotToolkit.AmazingHeatMapGUIPanel$6$1.run(AmazingHeatMapGUIPanel.java:271)

2023-07-14 16:36:41:Start Showing...
2023-07-14 16:36:41:Parsing Group Annotation...
2023-07-14 16:36:41:Fixing Duplicated Names...
7月 14, 2023 4:36:41 下午 biocjava.GUIexcutors.JIGplotToolkit.AmazingHeatMapGUIPanel$6$1 run
严重: null
java.lang.NumberFormatException: For input string: "Ctsd"
at java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2054)
at java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
at java.base/java.lang.Double.parseDouble(Double.java:792)
at biocjava.bioDoer.JIGplotToolkit.HeatMap.heatmap2.fixedDuplicatedId(heatmap2.java:1150)
at biocjava.bioDoer.JIGplotToolkit.HeatMap.heatmap2.show(heatmap2.java:1346)
at biocjava.bioDoer.JIGplotToolkit.HeatMap.HeatmapControl2.showMeTheHeatMap(HeatmapControl2.java:357)
at biocjava.GUIexcutors.JIGplotToolkit.AmazingHeatMapGUIPanel$6$1.run(AmazingHeatMapGUIPanel.java:271)

Not able to run TB-tools

Hi @CJ-Chen

Thank you for such a wonderful tool. I am quite upset, I downloaded the latest version from releases for linux and whenever I am trying to run it; It showed that author is upset and update to newer version.

Could you please help me to get the latest version

No output in GO.Enrichment.final.xls but have genes in other outputs

Dear Dr. Chen and community,

Thank you for the convenient software. I have questions about the GO enrichment analysis. After I followed the procedure on TBtools, I can't get any genes in the GO.Enrichment.final.xls.

The input data is below:
gene_ID.txt
GO.txt

Besides, the GO annotation file extension is .txt rather than .backGround. Did that result in empty list in the GO.Enrichment.final.xls? If it's necessary to use .backGround file extension, could you tell me how to convert the txt file to .backGround file?

Thank you for the help.

One step MCScanX

===> Start Blast.... <===
Exception in thread "Thread-5" java.lang.StringIndexOutOfBoundsException: offset 0, count -1, length 8192
what's happened?

TBTools eggNOG-mapper helper

Hello,

I struggle to analyze my annotation results with eggnog and while reading a publication, I came across TBTools. please I need help with it !!!, I installed TBTools on my windows version V1.113 and try to use eggNOG-mapper helper for my annotation results, only a file filled with results, and it shows this error
can you help me solve this problem?
tbtools-erreur
tbtools-erreur2

1.098692启动广告

在最新的1.098692/1.098691版本中,启动默认会跳转到您的微信推广。如果您需要可以开放捐赠或者其他更为合理的获取收入的方式,目前这种方式可能会造成用户反感。

java version in TBtools_windows-x64_1_123.exe is jdk11 rather than the alleged jdk17

So , errors happens when running TBtools_windows-x64_1_123. The error are as following.

[Debug...All Standard Error Info will show as following:...]
Curr log file:C:\Users\HUAWEI\AppData\Local\Temp\TBtools.4641976879786782117.20230530162712.log
Curr java version:11.0.6
Curr TBtools version:1.123
Maxmum Memory for Curr TBtools: 4127195136
curVersion:1.120:force
Fetch Location:200
inline:## TBtools:Please update to the lastest version (higher than v1.09876). | https://tbtools.cowtransfer.com/s/be6d8daa56df4c
curS:Please update to the lastest version (higher than v1.09876). | https://tbtools.cowtransfer.com/s/be6d8daa56df4c
Factor(>0.6):0.9938803763139422
File Enter:toolsKit.GUItools.DragDropFilePathAndTextPreviewDialogListener@7f43b1c1
Start Drop:java.awt.dnd.DropTargetDropEvent[source=java.awt.dnd.DropTarget@18e9e625]
Process Drop:[java.awt.datatransfer.DataFlavor[mimetype=application/x-java-file-list;representationclass=java.util.List]]
In Drop Processing:java.awt.dnd.DropTargetDropEvent[source=java.awt.dnd.DropTarget@18e9e625]
ARCHAEA_sequence.fasta
Current Count: 1
Finished Drop Processing:java.awt.dnd.DropTargetDropEvent[source=java.awt.dnd.DropTarget@18e9e625]
5月 30, 2023 4:27:49 下午 biocjava.GUIexcutors.BioSoftPipeWrapper.ProtParamWrapperGUIPanel$1$1 run
严重: null
java.lang.NullPointerException
at GUIbeans.FileAndPasteOutputPanel.fetchOutputFile(FileAndPasteOutputPanel.java:69)
at biocjava.GUIexcutors.BioSoftPipeWrapper.ProtParamWrapperGUIPanel$1$1.run(ProtParamWrapperGUIPanel.java:49)

输出档GO.Enrichment.final.xls没有列出基因 (引用#23)

陈博士您好:

不好意思上一篇议题关闭了,所以我开一个新的议题。(引用#23)
我在「TBtools」参考手册搜寻了Go enrichment相关资料后,并没有找到解决办法。我有参照手册上所写的操作,但还是遇到一样的问题。
附件是我操作TBtools 开始执行Go enrichment前的介面,以及Debug_log的资讯。

TBtools_interface
Debug_log.txt

谢谢您!

About promoter extraction

Dear Tbtools team,

About the promoter extraction,
I found a problem, when the gene is located at + strand,
the promoter sequence is ok, which ends with ATG

.......gttcataattaatgtgatatgctgttttactgtgtgttttATGTGTTTGTTAATTTATGG

However, if the gene is located on - strand,
the promoter sequence seems incorrect as below

.......tctataaatttccttgtcaagcaacaaatggaactcaacaCCCATCTCTCTATGTTTTTC

Do you have any solution or suggestion?

格式转换

建议能不能增加一些格式转换的功能呢?例如gff2gb gff2gtf 之类的

MEME motif can not be aligned

After I obtain the xml result from MEME suit, I want to visualize the motif distribution. TBtools is a good plotter, but I want to align the same motif in different sequences to keep them in the same relative position, e.g. by setting all the sequences as the same length. Can the software do this?
Besides, I noticed that the default result in MEME result ONLY show those true motif but without the predicted motifs. However, JC tools output all the motifs including true motif and predicted motif in the output. Can it be set?

KEGG enrichment Analysis

Hi,

I am new to tbtools. I want to do the kegg enrichment analysis. I am adding the file type thati have used below:
Background:
image

Foreground:
image

Besides i have set "Eukaryotes" as target group. But i dont know why i am having following issues. But i dont know backend file was ready or not.
Can i please get any guideline?

[Debug...All Standard Error Info will show as following:...]
Curr log file:C:\Users\hp\AppData\Local\Temp\TBtools.15210203451520551975.20230307165920.log
Curr java version:11.0.6
Curr TBtools version:1.113
Maxmum Memory for Curr TBtools: 3193962496
=splashFileLink=
Fetch Location:200
inline:## TBtools:Please update to the lastest version (higher than v1.09876). | https://tbtools.cowtransfer.com/s/be6d8daa56df4c
curS:Please update to the lastest version (higher than v1.09876). | https://tbtools.cowtransfer.com/s/be6d8daa56df4c
curVersion:1.108:force
Mar 07, 2023 5:00:50 PM biocjava.GUIexcutors.KeggAnalysis.KeggEnrichmentGUI$6$1 run
SEVERE: null
java.io.FileNotFoundException: Drag and Drop a Backend File Which Has Been Made Last Time or Just Make a New One (The system cannot find the file specified)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
at java.base/java.io.FileInputStream.(FileInputStream.java:157)
at java.base/java.io.FileInputStream.(FileInputStream.java:112)
at java.base/java.io.FileReader.(FileReader.java:60)
at biocjava.bioDoer.Kegg.AdvancedForEnrichment.KeggEnrichment.initializedBackground(KeggEnrichment.java:161)
at biocjava.GUIexcutors.KeggAnalysis.KeggEnrichmentGUI$6$1.run(KeggEnrichmentGUI.java:316)

[[cmd.exe, /c, explorer /select, C:\Users\hp\AppData\Local\Temp\TBtools.15210203451520551975.20230307165920.log]]
https://www.kegg.jp/kegg-bin/download_htext?htext=hsa00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ptr00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pps00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ggo00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pon00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=nle00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=hmh00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mcc00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mcf00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mthb00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mni00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=csab00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=caty00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=panu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=tge00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mleu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=rro00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=rbb00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=tfn00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pteh00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cang00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cjc00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=sbq00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cimi00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=csyr00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mmur00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=hsa00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ptr00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=lcat00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pcoq00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pps00001.keg&format=htext&filedir=
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at biocjava.GUIexcutors.KeggAnalysis.KeggEnrichmentGUI$3.actionPerformed(KeggEnrichmentGUI.java:160)
at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:279)
at java.desktop/java.awt.Component.processMouseEvent(Component.java:6632)
at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
at java.desktop/java.awt.Component.processEvent(Component.java:6397)
at java.desktop/java.awt.Container.processEvent(Container.java:2263)
at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008)
at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
[[cmd.exe, /c, explorer /select, C:\Users\hp\AppData\Local\Temp\TBtools.15210203451520551975.20230307165920.log]]
https://www.kegg.jp/kegg-bin/download_htext?htext=oga00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ggo00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mmu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pon00001.keg&format=htext&filedir=
Warning: meet one Record contain no K num
D 15101 H60a; histocompatibility 60a
Warning: meet one Record contain no K num
D 16642 Klrc2; killer cell lectin-like receptor subfamily C, member 2
https://www.kegg.jp/kegg-bin/download_htext?htext=mcal00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=nle00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=hmh00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mpah00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mcc00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=rno00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mcf00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mcoc00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mthb00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=anu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mni00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mun00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=csab00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cge00001.keg&format=htext&filedir=
Work:http://43.155.73.187/configs/Readme.md
inline:## TBtools:Please update to the lastest version (higher than v1.09876). | https://tbtools.cowtransfer.com/s/be6d8daa56df4c
curS:Please update to the lastest version (higher than v1.09876). | https://tbtools.cowtransfer.com/s/be6d8daa56df4c
https://www.kegg.jp/kegg-bin/download_htext?htext=caty00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=maua00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=panu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pleu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=tge00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=morg00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mleu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=hsa00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=rro00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mfot00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ptr00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pps00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=rbb00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=aamp00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=tfn00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ggo00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ngi00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pteh00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=hgl00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pon00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cpoc00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cang00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=nle00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ccan00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cjc00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=hmh00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=dord00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=sbq00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mcc00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cimi00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=dsp00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mcf00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=csyr00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ncar00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mmur00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ocu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mthb00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=lcat00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=opi00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mni00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=tup00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pcoq00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=csab00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=oga00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=caty00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=gvr00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=panu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mmu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cfa00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=tge00001.keg&format=htext&filedir=
Warning: meet one Record contain no K num
D 15101 H60a; histocompatibility 60a
Warning: meet one Record contain no K num
D 16642 Klrc2; killer cell lectin-like receptor subfamily C, member 2
https://www.kegg.jp/kegg-bin/download_htext?htext=mcal00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mleu00001.keg&format=htext&filedir=
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at biocjava.GUIexcutors.KeggAnalysis.KeggEnrichmentGUI$3.actionPerformed(KeggEnrichmentGUI.java:160)
at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:279)
at java.desktop/java.awt.Component.processMouseEvent(Component.java:6632)
at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
at java.desktop/java.awt.Component.processEvent(Component.java:6397)
at java.desktop/java.awt.Container.processEvent(Container.java:2263)
at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008)
at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Mar 07, 2023 5:20:22 PM biocjava.GUIexcutors.KeggAnalysis.KeggEnrichmentGUI$5$1 run
SEVERE: null
java.net.ConnectException: Connection timed out: connect
at java.base/java.net.PlainSocketImpl.connect0(Native Method)
at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
at java.base/java.net.Socket.connect(Socket.java:609)
at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:285)
at java.base/sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173)
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:474)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:569)
at java.base/sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:265)
at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:372)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1187)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1081)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1587)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1515)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:250)
at toolsKit.HttpSgetData.getContent(HttpSgetData.java:71)
at toolsKit.HttpSgetData.downloadFile(HttpSgetData.java:88)
at biocjava.bioDoer.Kegg.AdvancedForEnrichment.UpdateKeggMap.prepareKegMap(UpdateKeggMap.java:270)
at biocjava.GUIexcutors.KeggAnalysis.KeggEnrichmentGUI$5$1.run(KeggEnrichmentGUI.java:240)

https://www.kegg.jp/kegg-bin/download_htext?htext=mpah00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=rro00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=rno00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=rbb00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mcoc00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=tfn00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=anu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pteh00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cang00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mun00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cjc00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cge00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=maua00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=sbq00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pleu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cimi00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=morg00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=csyr00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mmur00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mfot00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=lcat00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=hsa00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=aamp00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pcoq00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ngi00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ptr00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=oga00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pps00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=hgl00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mmu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cpoc00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ggo00001.keg&format=htext&filedir=
Warning: meet one Record contain no K num
D 15101 H60a; histocompatibility 60a
Warning: meet one Record contain no K num
D 16642 Klrc2; killer cell lectin-like receptor subfamily C, member 2
https://www.kegg.jp/kegg-bin/download_htext?htext=mcal00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ccan00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mpah00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pon00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=dord00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=rno00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=dsp00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=nle00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mcoc00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=hmh00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ncar00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=anu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mcc00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ocu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mun00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mcf00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=opi00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cge00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mthb00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=tup00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=maua00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mni00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=gvr00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pleu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=csab00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cfa00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=caty00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=morg00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=clud00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=panu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mfot00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=vvp00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=tge00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=aamp00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=vlg00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mleu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ngi00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=aml00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=rro00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=hgl00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=umr00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=rbb00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cpoc00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=uah00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=tfn00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ccan00001.keg&format=htext&filedir=
Work:http://43.155.73.187/configs/Readme.md
inline:## TBtools:Please update to the lastest version (higher than v1.09876). | https://tbtools.cowtransfer.com/s/be6d8daa56df4c
curS:Please update to the lastest version (higher than v1.09876). | https://tbtools.cowtransfer.com/s/be6d8daa56df4c
https://www.kegg.jp/kegg-bin/download_htext?htext=uar00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=dord00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pteh00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=elk00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=llv00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cang00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=dsp00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cjc00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ncar00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mpuf00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=sbq00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ocu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=nvs00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cimi00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=opi00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=tup00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=csyr00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=oro00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=gvr00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mmur00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=eju00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cfa00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=lcat00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=zca00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=clud00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pcoq00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mlx00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=vvp00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=oga00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=vlg00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=nsu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mmu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=lww00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=aml00001.keg&format=htext&filedir=
Warning: meet one Record contain no K num
D 15101 H60a; histocompatibility 60a
Warning: meet one Record contain no K num
D 16642 Klrc2; killer cell lectin-like receptor subfamily C, member 2
https://www.kegg.jp/kegg-bin/download_htext?htext=mcal00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=fca00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=umr00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mpah00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pyu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=uah00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=rno00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pbg00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=uar00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mcoc00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=lruf00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=elk00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=anu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ptg00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=llv00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mun00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ppad00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mpuf00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cge00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=puc00001.keg&format=htext&filedir=
Mar 07, 2023 5:35:25 PM biocjava.GUIexcutors.KeggAnalysis.KeggEnrichmentGUI$5$1 run
SEVERE: null
java.io.FileNotFoundException: https://www.kegg.jp/kegg-bin/download_htext?htext=puc00001.keg&format=htext&filedir=
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1915)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1515)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:250)
at toolsKit.HttpSgetData.getContent(HttpSgetData.java:71)
at toolsKit.HttpSgetData.downloadFile(HttpSgetData.java:88)
at biocjava.bioDoer.Kegg.AdvancedForEnrichment.UpdateKeggMap.prepareKegMap(UpdateKeggMap.java:270)
at biocjava.GUIexcutors.KeggAnalysis.KeggEnrichmentGUI$5$1.run(KeggEnrichmentGUI.java:240)

https://www.kegg.jp/kegg-bin/download_htext?htext=nvs00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=maua00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=oro00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pleu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=eju00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=zca00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=morg00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mlx00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mfot00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=nsu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=aamp00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=lww00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ngi00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=fca00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=hgl00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pyu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cpoc00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pbg00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ccan00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=lruf00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=dord00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ptg00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=dsp00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ppad00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ncar00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=puc00001.keg&format=htext&filedir=
Mar 07, 2023 5:39:25 PM biocjava.GUIexcutors.KeggAnalysis.KeggEnrichmentGUI$5$1 run
SEVERE: null
java.io.FileNotFoundException: https://www.kegg.jp/kegg-bin/download_htext?htext=puc00001.keg&format=htext&filedir=
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1915)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1515)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:250)
at toolsKit.HttpSgetData.getContent(HttpSgetData.java:71)
at toolsKit.HttpSgetData.downloadFile(HttpSgetData.java:88)
at biocjava.bioDoer.Kegg.AdvancedForEnrichment.UpdateKeggMap.prepareKegMap(UpdateKeggMap.java:270)
at biocjava.GUIexcutors.KeggAnalysis.KeggEnrichmentGUI$5$1.run(KeggEnrichmentGUI.java:240)

https://www.kegg.jp/kegg-bin/download_htext?htext=ocu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=opi00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=tup00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=gvr00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=cfa00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=clud00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=vvp00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=vlg00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=aml00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=umr00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=uah00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=uar00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=elk00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=llv00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mpuf00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=nvs00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=oro00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=eju00001.keg&format=htext&filedir=
Work:http://43.155.73.187/configs/Readme.md
inline:## TBtools:Please update to the lastest version (higher than v1.09876). | https://tbtools.cowtransfer.com/s/be6d8daa56df4c
curS:Please update to the lastest version (higher than v1.09876). | https://tbtools.cowtransfer.com/s/be6d8daa56df4c
https://www.kegg.jp/kegg-bin/download_htext?htext=zca00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=mlx00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=nsu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=lww00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=fca00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pyu00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=pbg00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=lruf00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ptg00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=ppad00001.keg&format=htext&filedir=
https://www.kegg.jp/kegg-bin/download_htext?htext=puc00001.keg&format=htext&filedir=
Mar 07, 2023 5:47:01 PM biocjava.GUIexcutors.KeggAnalysis.KeggEnrichmentGUI$5$1 run
SEVERE: null
java.io.FileNotFoundException: https://www.kegg.jp/kegg-bin/download_htext?htext=puc00001.keg&format=htext&filedir=
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1915)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1515)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:250)
at toolsKit.HttpSgetData.getContent(HttpSgetData.java:71)
at toolsKit.HttpSgetData.downloadFile(HttpSgetData.java:88)
at biocjava.bioDoer.Kegg.AdvancedForEnrichment.UpdateKeggMap.prepareKegMap(UpdateKeggMap.java:270)
at biocjava.GUIexcutors.KeggAnalysis.KeggEnrichmentGUI$5$1.run(KeggEnrichmentGUI.java:240)

Work:http://43.155.73.187/configs/Readme.md
inline:## TBtools:Please update to the lastest version (higher than v1.09876). | https://tbtools.cowtransfer.com/s/be6d8daa56df4c
curS:Please update to the lastest version (higher than v1.09876). | https://tbtools.cowtransfer.com/s/be6d8daa56df4c
Mar 07, 2023 6:07:57 PM biocjava.GUIexcutors.KeggAnalysis.KeggEnrichmentGUI$6$1 run
SEVERE: null
java.io.FileNotFoundException: C:\Users\hp\Desktop\GO_enrichment\TBtools.KeggBackEnd (The system cannot find the file specified)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
at java.base/java.io.FileInputStream.(FileInputStream.java:157)
at java.base/java.io.FileInputStream.(FileInputStream.java:112)
at java.base/java.io.FileReader.(FileReader.java:60)
at biocjava.bioDoer.Kegg.AdvancedForEnrichment.KeggEnrichment.initializedBackground(KeggEnrichment.java:161)
at biocjava.GUIexcutors.KeggAnalysis.KeggEnrichmentGUI$6$1.run(KeggEnrichmentGUI.java:316)

Mar 07, 2023 6:08:03 PM biocjava.GUIexcutors.KeggAnalysis.KeggEnrichmentGUI$6$1 run
SEVERE: null
java.io.FileNotFoundException: C:\Users\hp\Desktop\GO_enrichment\TBtools.KeggBackEnd (The system cannot find the file specified)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
at java.base/java.io.FileInputStream.(FileInputStream.java:157)
at java.base/java.io.FileInputStream.(FileInputStream.java:112)
at java.base/java.io.FileReader.(FileReader.java:60)
at biocjava.bioDoer.Kegg.AdvancedForEnrichment.KeggEnrichment.initializedBackground(KeggEnrichment.java:161)
at biocjava.GUIexcutors.KeggAnalysis.KeggEnrichmentGUI$6$1.run(KeggEnrichmentGUI.java:316)

[[cmd.exe, /c, explorer /select, C:\Users\hp\AppData\Local\Temp\TBtools.15210203451520551975.20230307165920.log]]

Circos图的导出问题与文献引用

你好,请问Circos图如何导出pdf,0.66583版本只看到保存参数按钮,结果如何导出?另外,TBtools里的circos功能与Krzywinski的那篇文献(Circos: an information aesthetic for comparative genomics)有无关系,是否只需引用tbtools的文章即可?

TBtools not working

Why the TBtools is not working ?
Every time when I try to launch the software, open a dialog box saying that the TBtools author is upset, and the software close afterward
Any solution ?

java构架

请问你的TBtools是用javafx还是swing写的?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.