Horje
how to chop large sequences in linux Code Example
how to chop large sequences in linux
awk 'BEGIN {n_seq=0;} /^>/ {if(n_seq%1000==0){file=sprintf("myseq%d.fa",n_seq);} print >> file; n_seq++; next;} { print >> file; }' < sequences.fa




Shell

Related
jq get length of array Code Example jq get length of array Code Example
msiexec wait for completion powershell Code Example msiexec wait for completion powershell Code Example
npm i joi vs npm install joi Code Example npm i joi vs npm install joi Code Example
promtail multiline Code Example promtail multiline Code Example
ubuntu stop jira service Code Example ubuntu stop jira service Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14