Results for "oneline"

Tags

  • MultiLine fasta to oneline fasta converter awk '/^>/ {printf("\n%s\n",$0);next; } { printf("%s",$0);} END {printf("\n");}' < file.fa #Multiline #Oneline

    Tags: Multiline, Oneline

    2051 days ago

  • Gooey: Turn (almost) any Python command line program into a full GUI application with one line

    Turn (almost) any Python command line program into a full GUI application with one line The easiest way to install Gooey is via pip pip install Gooey Alternatively, you can install Gooey by cloning the project to your local directory git clone https://github.com/chriskiehl/Gooey.git ...

    Tags: Python, command, line, program, GUI, application, oneline

    1646 days ago