# HG changeset patch # User stevecassidy # Date 1479768707 18000 # Node ID c87ee3aec57b98d13c4bf1635b5e30778840933c # Parent 4162c1e2ad5f670668d176f77211fd23bd218465 planemo upload commit e7b3a927f5f798f0a9c9a51b62bc8afa5f2c1dab-dirty diff -r 4162c1e2ad5f -r c87ee3aec57b __pycache__/__init__.cpython-35.pyc Binary file __pycache__/__init__.cpython-35.pyc has changed diff -r 4162c1e2ad5f -r c87ee3aec57b __pycache__/items_to_bpf.cpython-35.pyc Binary file __pycache__/items_to_bpf.cpython-35.pyc has changed diff -r 4162c1e2ad5f -r c87ee3aec57b items_to_bpf.py --- a/items_to_bpf.py Wed Nov 16 17:33:15 2016 -0500 +++ b/items_to_bpf.py Mon Nov 21 17:51:47 2016 -0500 @@ -20,7 +20,6 @@ with open(filename) as fd: csvreader = csv.DictReader(fd, dialect='excel-tab') - print("CSV", csvreader.fieldnames) if 'ItemURL' not in csvreader.fieldnames: return None if 'Prompt' not in csvreader.fieldnames: diff -r 4162c1e2ad5f -r c87ee3aec57b maus.xml --- a/maus.xml Wed Nov 16 17:33:15 2016 -0500 +++ b/maus.xml Mon Nov 21 17:51:47 2016 -0500 @@ -7,7 +7,7 @@ ln -s "${signal}" input.wav && - /home/maus/maus OUTFORMAT=mau LANGUAGE=$language + /home/maus/maus OUTFORMAT=TextGrid LANGUAGE=$language BPF=$bpf INSKANTEXTGRID=$inskantextgrid INSORTTEXTGRID=$insorttextgrid MODUS=$modus MAUSSHIFT=$mausshift MINPAUSLEN=$minpauslen WEIGHT=$weight INSPROB=$insprob NOINITIALFINALSILENCE=$noinitialfinalsilence OUTSYMBOL=$outsymbol @@ -68,7 +68,7 @@ - +