Results for "oneline"

Wire posts

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

    2065 days ago

Bio-Scripts

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

    2065 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

    1660 days ago

Comments