biouno / pbs-java-api

PBS Java API
http://biouno.org/pbs-java-api/
MIT License
9 stars 7 forks source link

Added Several ArrayJob Methods to the PBS Class #5

Closed josephliccini closed 10 years ago

josephliccini commented 10 years ago

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

buildhive commented 10 years ago

BioUno » pbs-java-api #6 SUCCESS This pull request looks good (what's this?)

buildhive commented 10 years ago

BioUno » pbs-java-api #7 SUCCESS This pull request looks good (what's this?)

kinow commented 10 years ago

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

josephliccini commented 10 years ago

Hey Bruno!

That sounds great to me :) where do I sign up?

kinow commented 10 years ago

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