Charles explained the following in an email:
the user uploads a zip file and provides a name
jenkins can then call the following job
/ark/home/cl512/pipeline/GPL16043.sh ARG1 ARG2
e.g.
bash /ark/home/cl512/pipeline/GPL16043.sh /ark/home/cl512/ressrv19/raw/expression/JB20130926st.zip affy2
where ARG1 is the path to the zip file
and ARG2 is the name that the user provided (the name can't have any spaces)
In the last line of the std out of GPL16043.sh, the location of the output file is provided as follows (example):
"WROTE OUTPUT TO: /ark/temp/affy2_tmp_15578/affy2_output.zip"
this zip should then be sent by email to the user.
Charles explained the following in an email:
the user uploads a zip file and provides a name
jenkins can then call the following job
/ark/home/cl512/pipeline/GPL16043.sh ARG1 ARG2
e.g.
bash /ark/home/cl512/pipeline/GPL16043.sh /ark/home/cl512/ressrv19/raw/expression/JB20130926st.zip affy2
where ARG1 is the path to the zip file
and ARG2 is the name that the user provided (the name can't have any spaces)
In the last line of the std out of GPL16043.sh, the location of the output file is provided as follows (example):
"WROTE OUTPUT TO: /ark/temp/affy2_tmp_15578/affy2_output.zip"
this zip should then be sent by email to the user.