where the FILE.tsv is the input file, formatted as indicated in the **Input File** section, and the BITSCORES.csv and EVALUES.csv files containing the respective scores.
where the FILE.tsv is the input file, formatted as indicated in the **Input File** section, and the bitscores.csv and evalues.csv files containing the respective scores.
### Python
### Python
The python script requires a minimal python data analysis setup, with the pandas library to be installed via pip `pip install pandas -y` in your working environment.
The python script requires a minimal python data analysis setup, with the pandas library to be installed via `pip install pandas -y` in your working environment.
The analysis can then be launched from any shell as:
The analysis can then be launched from any shell as:
where the FILE.tsv is the input file, formatted as indicated in the **Input File** section, and the BITSCORES.csv and EVALUES.csv files containing the respective scores.
where the FILE.tsv is the input file, formatted as indicated in the **Input File** section, and the bitscores.csv and evalues.csv files containing the respective scores.