File: run

package info (click to toggle)
circos-tools 0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 39,188 kB
  • sloc: perl: 6,551; sh: 56; makefile: 16
file content (16 lines) | stat: -rwxr-xr-x 380 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

echo "parsing data"
cat data/individuals.txt | bin/parse-category -conf etc/parse-category.conf > data/links.txt 2> data/karyotype.txt

echo "Links created in data/links.txt and karyotype file in data/karyotype.txt."
echo ""
echo "To create an image with these data, run"
echo ""
echo "> /path/to/circos -conf etc/circos.conf"
echo ""
echo "from this directory."