PDA

View Full Version : Question about lost work



Wedge
03-30-2002, 12:19 AM
I have about 400K worth of WUs wasting space on my hard drive.. it seems that the dfolding program won't upload them. So how do I upload them? I want to get my stats up and beat bwmaz :D

Paratima
03-30-2002, 12:37 AM
1. Get the latest version of foldtrajlite.exe from the DF site.
2. Run it with the -df option. :)

eXXile
03-30-2002, 01:15 PM
Originally posted by Wedge
I have about 400K worth of WUs wasting space on my hard drive.. it seems that the dfolding program won't upload them. So how do I upload them? I want to get my stats up and beat bwmaz :D

If you put the '-df' and '-u t' in the foldit.bat, it should upload those WUs.

Wedge
03-30-2002, 05:01 PM
If you put the '-df' and '-u t' in the foldit.bat, it should upload those WUs.

when I try that.. it just opens up the program... is there a notepad file where I can put in '-df' and '-u t'?

Paratima
03-30-2002, 06:10 PM
Yepper! Just use Notepad to open the foldit.bat file. Type in the changes, then click on File, Save, then exit. The finished file should look a lot like:

@echo off
.\foldtrajlite -f protein -n native -df -u t

Unless you're actually using the "progress.txt" file to check on your folding, it's also a good idea to add a "-g 0", which prevents the progress file from being written, and saves some wear & tear on your disk drive. (And speeds up the program, just ever so! ;) ) And that would make it look like :

@echo off
.\foldtrajlite -f protein -n native -df -g 0 -u t

The letter after the "-g" is a zero, not an oh.

Wedge
03-30-2002, 08:42 PM
THANKS! that'll help me a lot :D