[galaxy-dev] quota api error

2016-03-08 Thread Fabien Mareuil
erializable") TypeError: Decimal('856488698767') is not JSON serializable json can't serialize Decimal object. I tested it with simplejson and it works. An other solution is to convert the Decimal object to a float before the dumps. Thanks a lot for your h

Re: [galaxy-dev] quota api error

2016-03-08 Thread Fabien Mareuil
ct it just by adding the key 'total_disk_usage' in the value_mapper of the show method of QuotaAPIController class like the show method of UserAPIController class. I join a patch for the quota.py file with this email I can propose a pull request if you want. Best, -- Fabien M

Re: [galaxy-dev] automatic adding of a tab in a fastq header

2016-03-18 Thread Fabien Mareuil
r set explicitly (e.g. fastqsanger)? Doing that ought to prevent any changes. Peter On Fri, Mar 18, 2016 at 3:26 PM, Fabien Mareuil wrote: Hi, We got a problem with the new version of Data libraries. When we upload a fastq file from a User Directory, a tabulation character is added in the head

[galaxy-dev] automatic adding of a tab in a fastq header

2016-03-19 Thread Fabien Mareuil
oblem? Thanks a lot Best regards -- Fabien Mareuil | Centre d'Informatique pour la Biologie fabien.mare...@pasteur.fr <mailto:fabien.mare...@pasteur.fr> | Institut Pasteur 25,28 rue du Docteur Roux 75015 Paris, France ___ Please keep al

Re: [galaxy-dev] automatic adding of a tab in a fastq header

2016-03-23 Thread Fabien Mareuil
Thank :)! Fabien Le 23/03/2016 00:01, Martin Čech a écrit : Thank you for all the help Peter! Also this is already backported and fixed in 16.01 Sorry for causing this bug in the first place. M. On Tue, Mar 22, 2016, 18:29 Peter Cock > wrote: Well done