Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Dec 2, 2024
2 parents 8195c0f + a70b53d commit 43e2f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions containers/paragraph/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ RUN cmake /opt/paragraph-source -DCMAKE_INSTALL_PREFIX=/opt/paragraph -DBoost_NO
&& make install
RUN rm -rf /opt/paragraph-source

ENTRYPOINT ["/usr/bin/python3"]
CMD ["/opt/paragraph/bin/multigrmpy.py", "-h"]
ENTRYPOINT ["/bin/bash"]
2 changes: 1 addition & 1 deletion scripts/downloadNovogene.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sbatch \
--cpus-per-task=8 \
--output=${1}.log \
--error=${1}.log \
--partition=exacloud \
--partition=batch \
--time=0-36 \
--chdir=$PWD \
./$SCRIPT $1 $2 $3

0 comments on commit 43e2f9c

Please sign in to comment.