Skip to content

A fast lightweight windows x86_64 GUI wrapper for fastaselecth

License

Notifications You must be signed in to change notification settings

BioGUIwslLab/fastaselecth-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastaselecth-GUI

A fast lightweight windows x86_64 GUI wrapper for fastaselecth

Installation

  1. install wsl
  2. Download fastaselecth GUI.exe from the bin/gui/ folder
  3. Download the binary fastaselecth using wget:
wget -O /tmp/fastaselecth https://github.com/BioGUIwslLab/fastaselecth-GUI/raw/refs/heads/main/bin/cmd/fastaselecth
  1. Make it executable:
chmod +x /tmp/fastaselecth
  1. Move it to /usr/bin for global access:
sudo mv /tmp/fastaselecth /usr/bin/fastaselecth

Usage

Click browse to select the input fasta, txt and output directory to save the output fasta file

The output fasta file will the the same filename as the input txt file but with a .fasta extension, unless a single-fasta format is specified were the filenames will be the input ids.

If Rejection of the entries of the input txt file is selected the output will contain all the entries but those within the input txt file. In that case the output file will have a non_ prefix, the input txt filename and a .fasta extension.

If an identifier doesn't exist in the fasta file that identifier will be ignored.

The data used as an example in the data folder have been derived from solgenomics.net

About

A fast lightweight windows x86_64 GUI wrapper for fastaselecth

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published