Hi,

> parser_illumina_readset_file("~/Desktop/file.csv")
> 
> dir()
> 
> I can't found the readsets list. Someone could please help me? 
> thanks so much!

Maybe:

readsets = parser_illumina_readset_file("~/Desktop/file.csv")

In your call, you discard the result, which, obviously, discards it.

-nik
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to