Hi, thanks for your help. But I got an error
File "python.py", line 8 if ("R1" in fileR1): ^ IndentationError: unindent does not match any outer indentation level
than I checked the indent and tried to solve it, and later I got another error-
Traceback (most recent call last): File "python.py", line 6, in <module> for fileR1 in os.listdir(input): TypeError: coercing to Unicode: need string or buffer, builtin_function_or_method found
Hi bioinformaticssrm2011,
The second command I posted on seqanswers (with an echo in front) should show you the command how it would be executed. That way you can figure out what is wrong.
Shouldn't you use this command in paired end mode?
I got an error, if you see that thread
I've seen that error. Now read what I wrote about using the echo statement and figuring out what's wrong.
About echo, I am new to this, so unable to understand it. Sorry
If you don't know the echo command you need to start with following a command line tutorial, that will make everything less painful.
this is my python script
shengweima : Did you post in the wrong thread or were you presenting an example?