File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,13 @@ To generate files needed for manual review, save the pVAC results from the Immun
76
76
77
77
```
78
78
docker pull griffithlab/neoang_scripts
79
- docker run -it --env WORKING_BASE -v $HOME/:$HOME/ -v $HOME/.config/gcloud:/root/.config/gcloud griffithlab/neoang_scripts /bin/bash
79
+ docker run -it --env WORKING_BASE --env GCS_CASE_NAME - v $HOME/:$HOME/ -v $HOME/.config/gcloud:/root/.config/gcloud griffithlab/neoang_scripts /bin/bash
80
80
81
81
cd $WORKING_BASE
82
82
83
- python3 /opt/scripts/generate_reviews_files.py -a itb-review-files/*.xlsx -c generate_protein_fasta/candidates/annotated_filtered.vcf-pass-51mer.fa.manufacturability.tsv -classI gcp_immuno/ final_results/pVACseq/mhc_i/*.all_epitopes.aggregated.tsv -classII gcp_immuno/ final_results/pVACseq/mhc_ii/*.all_epitopes.aggregated.tsv -samp $GCS_CASE_NAME -o manual_review/
83
+ python3 /opt/scripts/generate_reviews_files.py -a ../ itb-review-files/*.xlsx -c ../ generate_protein_fasta/candidates/annotated_filtered.vcf-pass-51mer.fa.manufacturability.tsv -classI final_results/pVACseq/mhc_i/*.all_epitopes.aggregated.tsv -classII final_results/pVACseq/mhc_ii/*.all_epitopes.aggregated.tsv -samp $GCS_CASE_NAME -o ../ manual_review/
84
84
85
- python3 /opt/scripts/color_peptides51mer.py -p manual_review/*Peptides_51-mer.xlsx -samp $GCS_CASE_NAME -o manual_review/
85
+ python3 /opt/scripts/color_peptides51mer.py -p ../ manual_review/*Peptides_51-mer.xlsx -samp $GCS_CASE_NAME -o ../ manual_review/
86
86
```
87
87
88
88
## Creating Case Final Report locally
You can’t perform that action at this time.
0 commit comments