Skip to content
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

Merged
merged 23 commits into from
Apr 26, 2024
Merged

Quicviz yg #56

merged 23 commits into from
Apr 26, 2024

Conversation

yueyaog
Copy link
Collaborator

@yueyaog yueyaog commented Apr 25, 2024

QUICviz WDL that is used for PECGS CNV analysis

}
runtime {
docker: quicvizDocker
memory: "16 GB"
Copy link
Contributor

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?

}
runtime {
docker: "us.gcr.io/tag-team-160914/neovax-parsley:2.2.1.0"
memory: "16 GB"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Memory as variable?

Copy link
Collaborator Author

@yueyaog yueyaog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hackathon Apr 26

--tumor_seg_oncotated ~{oncotatedCalledTumor} \
--output_dir outputs/

ls outputs/
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line

command <<<
mkdir -p output/images
for i in `ls ~{sep=" " plot}`; do mv $i output/images/; done
ls output/images/
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this line

for i in `ls ~{sep=" " plot}`; do mv $i output/images/; done
ls output/images/
source activate NeoVax-Input-Parser
pip3 install img2pdf
Copy link
Collaborator Author

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

@lfleming1022 lfleming1022 merged commit 4afbfdd into master Apr 26, 2024
1 check passed
stellaning1120 pushed a commit that referenced this pull request Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants