hello all,
i'm new to python programming and i'm facing a problem and need ur help
i finished my script and i'm trying to execute it on windows cmd
the script takes a file as an argument , when i run the script with the argument it works very well , but what i want to do is : i want the script to take the whole folder containing these files as an argument and calculate the result for them all.
i tried the following :
C:\Python27\mtdb\src\refseq>python ../skew.py -e"A" *.gb
but it didn't work
thanks in advance.