-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quicviz yg #56
Quicviz yg #56
Conversation
PECGS-QUICviz/QUICviz.wdl
Outdated
} | ||
runtime { | ||
docker: quicvizDocker | ||
memory: "16 GB" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to make memory a variable?
PECGS-QUICviz/QUICviz.wdl
Outdated
} | ||
runtime { | ||
docker: "us.gcr.io/tag-team-160914/neovax-parsley:2.2.1.0" | ||
memory: "16 GB" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Memory as variable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hackathon Apr 26
PECGS-QUICviz/QUICviz.wdl
Outdated
--tumor_seg_oncotated ~{oncotatedCalledTumor} \ | ||
--output_dir outputs/ | ||
|
||
ls outputs/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this line
PECGS-QUICviz/QUICviz.wdl
Outdated
command <<< | ||
mkdir -p output/images | ||
for i in `ls ~{sep=" " plot}`; do mv $i output/images/; done | ||
ls output/images/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this line
PECGS-QUICviz/QUICviz.wdl
Outdated
for i in `ls ~{sep=" " plot}`; do mv $i output/images/; done | ||
ls output/images/ | ||
source activate NeoVax-Input-Parser | ||
pip3 install img2pdf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
install this in QUICviz docker
QUICviz WDL that is used for PECGS CNV analysis