forked from darrenstrash/ReduVCC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
generate_jobs.sh
21 lines (16 loc) · 1.01 KB
/
generate_jobs.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#! bin/bash
snap="as-skitter ca-AstroPh ca-CondMat ca-GrQc ca-HepPh ca-HepTh email-Enron email-EuAll p2p-Gnutella04 p2p-Gnutella05 p2p-Gnutella06 p2p-Gnutella08 p2p-Gnutella09 p2p-Gnutella24 p2p-Gnutella25 p2p-Gnutella30 p2p-Gnutella31 roadNet-CA roadNet-PA roadNet-TX soc-Epinions1 soc-LiveJournal1 soc-pokec-relationships soc-Slashdot0811 soc-Slashdot0902 web-BerkStan web-Google web-NotreDame web-Stanford wiki-Talk wiki-Vote"
for file in $snap
do
python3 formatter.py $file snap $1 $2 $3 >> job_$file.run
done
konect="flickr-growth flickr-links libimseti petster-carnivore petster-friendships-cat-uniq petster-friendships-dog-uniq youtube-links youtube-u-growth zhishi-baidu-internallink zhishi-baidu-relatedpages zhishi-hudong-internallink"
for file in $konect
do
python3 formatter.py $file konect $1 $2 $3>> job_$file.run
done
law="cnr-2000 dblp-2010 dblp-2011 eu-2005 hollywood-2009 hollywood-2011 in-2004 indochina-2004 uk-2002"
for file in $law
do
python3 formatter.py $file law $1 $2 $3 >> job_$file.run
done