You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding subtypes, I also dropped a never used argument. I will put in a PR that homogenizes and reference this issue. Docker version in #18 works with proposed PR (ran locally using run-v1.sh with updated til_align repo) but will likely have one more rebuild of the image due to an updated main branch
The text was updated successfully, but these errors were encountered:
--entrypoint Rscript \
"$tilalign_container" \
--vanilla \
/code/commandLineAlign.R \
inceptionv4 \
"/data/results-tils" \
0.1 \
"/data/results-tumor" \
0.5 \
"/data/sample_info.csv" \ <- this gets moved up from last, and the blank one gets deleted
output.csv \
"/data/results-tilalign" \
true \
true <- this needs to be the "contains subtypes" toggle argument (Catches any version of TRUE,true,t,T,"true")
When adding subtypes, I also dropped a never used argument. I will put in a PR that homogenizes and reference this issue. Docker version in #18 works with proposed PR (ran locally using run-v1.sh with updated til_align repo) but will likely have one more rebuild of the image due to an updated main branch
The text was updated successfully, but these errors were encountered: