Traceback (most recent call last):
File "/mnt/home/agamliel/tools/giggle_v0.6.3/giggle/examples/cistrome/rename.py", line 31, in <module>
if not options.metadata_file_name:
NameError: name 'options' is not defined
--
You received this message because you are subscribed to the Google Groups "giggle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to giggle-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to giggle-discuss@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/giggle-discuss/5dbb7741-2649-41b7-bc22-33eb4518cbca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I think I fixed it, please give it another try
On Wed, Apr 4, 2018 at 11:29 PM, Amir Gamliel <agaml...@gmail.com> wrote:
Hello,I am trying to run the cistrome example as detailed on https://github.com/ryanlayer/giggle/blob/master/examples/cistrome/README.md.I got stuck at this step:~/tools/giggle_v0.6.3/giggle/examples/cistrome/rename.py \-m data/TF_human_data_information.txt \-i data/TF_human \-o data/named \-n cistrome_id_to_name_map.txtI get the following error:Traceback (most recent call last):
File "/mnt/home/agamliel/tools/giggle_v0.6.3/giggle/examples/cistrome/rename.py", line 31, in <module>
if not options.metadata_file_name:
NameError: name 'options' is not defined
Any suggestions?Thanks,Amir
--
You received this message because you are subscribed to the Google Groups "giggle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to giggle-discus...@googlegroups.com.
To post to this group, send email to giggle-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/giggle-discuss/5dbb7741-2649-41b7-bc22-33eb4518cbca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Ryan Layer