Re: [galaxy-dev] About FTP Upload

2012-06-11 Thread Nate Coraor
On Jun 10, 2012, at 10:36 PM, Ciara Ledero wrote:

 Hi all,
  
 I checked basics.py after reading a similar post and saw this:
  
 self.ftp_upload_dir = kwargs.get( 'ftp_upload_dir', None )
 self.ftp_upload_site = kwargs.get( 'ftp_upload_site', None )
 Can you guys tell me what the None part means?

Hi Ciara,

It means, effectively, that these options are disabled by default.  None is a 
built-in constant in Python:

http://docs.python.org/library/constants.html

--nate

  
 Cheers,
  
 CL
 ___
 Please keep all replies on the list by using reply all
 in your mail client.  To manage your subscriptions to this
 and other Galaxy lists, please use the interface at:
 
  http://lists.bx.psu.edu/


___
Please keep all replies on the list by using reply all
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/


[galaxy-dev] About FTP Upload

2012-06-10 Thread Ciara Ledero
Hi all,

I checked basics.py after reading a similar post and saw this:

self.ftp_upload_dir = kwargs.get( 'ftp_upload_dir', None )
self.ftp_upload_site = kwargs.get( 'ftp_upload_site', None )
Can you guys tell me what the None part means?

Cheers,

CL
___
Please keep all replies on the list by using reply all
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/