Closed e-manduchi closed 10 years ago
fixed the bug. just pushed a new version which takes -pgfi instead of -qsub and -pmacs instead of -bsub option.
forgot to mention this. this new script creates a folder called COV in NORMALIZED_DATA directory and outputs the coverage files there instead of putting them in the same directory as the sam files. i will update the documentation soon.
Thanks. Regarding the option names, -pgfi and -pmacs are Upenn specific, whereas -qsub and -bsub would be more meaningful for a general public, aren't the latter preferred?
people using LSF and SGE may have different queue names that might clash with the hardcoded options for -bsub and -qsub. so I've added a new option '-other' where people can give commands/options for their cluster.
OK, thx
Note that runall_sam2cov is printing to STDERR information that belongs to STDOUT
Which information would you prefer to be in STDOUT?
I guess everything which is not an actual error that one needs to worry about.
Fixed
Need to add a '$shdir/' just before $shfile at line 154