File: run_filter.sh

package info (click to toggle)
seqmagick 0.8.6-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,560 kB
  • sloc: python: 3,232; makefile: 120; sh: 39
file content (8 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/bin/bash


seqmagick convert --apply-function myfunctions.py:no_gaps \
  ../aligned.fasta empty.fasta

seqmagick convert --apply-function myfunctions.py:hash_starts_numeric \
  ../aligned.fasta hashed.fasta