comparison getSequenceInfo.sh @ 0:19ae17458c14 draft default tip

Uploaded
author dcouvin
date Wed, 15 Sep 2021 21:35:09 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:19ae17458c14
1 #!/bin/bash
2
3 dir=$1
4 availableKingdoms=$2
5 assemblylevel=$3
6 species=$4
7 quantity=$5
8 output=$6
9 #enaFtpServor=$7
10
11 directory=`dirname $0`
12
13
14
15 perl $directory/getSequenceInfo.pl -directory $dir -k $availableKingdoms -l $assemblylevel -s $species -n $quantity -o $output
16
17
18
19
20