Closed josephliccini closed 10 years ago
BioUno » pbs-java-api #6 SUCCESS This pull request looks good (what's this?)
BioUno » pbs-java-api #7 SUCCESS This pull request looks good (what's this?)
Looks great! Merged! Thanks a lot!
Would you like to help maintaining this API? We can add you to the biouno team and you'll be able to push your changes directly. What do you think?
Cheers Bruno
Hey Bruno!
That sounds great to me :) where do I sign up?
Hi Joe!
I just added you to the BioUno team. That should give you write access to the pbs-java-api (as well as other repos too ;-)
Feel free to discuss improvements on the API or any other project. And let me know if you are interested in releasing the next version to Maven central too. I can check what is necessary to be done in Sonatype to give you access to push it too.
Will post to the mailing list announcing you in the BioUno team. Welcome aboard!
Cheers Bruno
Modified QStat Parser to make sure no path names were being cut off (i.e. all "\n\t" are replaced with "").
submit_args=/bio/galazxy\n \t/users/liccini Before this would be parsed as:
submit_args=/bio/galaxy
After my modification: submit_args=/bio/galaxy/users/liccini