File: create_scores_file.sh

package info (click to toggle)
lastz 1.04.52-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,604 kB
  • sloc: ansic: 39,808; python: 6,073; makefile: 843; sh: 53
file content (16 lines) | stat: -rwxr-xr-x 381 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
#
# create_scores_ path_to_encode_directories comparison_species

ENCODE="$1"
REGION="ENm010"
REFSPECIES="human"
SECSPECIES=$2

THISDIR=`dirname $0`

lastz_D --inferonly=${THISDIR}/create_scores_file.control \
    ${ENCODE}/${REGION}/${REFSPECIES}.${REGION}.fa \
    ${ENCODE}/${REGION}/${SECSPECIES}.${REGION}.fa \
  | ${THISDIR}/expand_scores_file.py --overridegaps