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
I was wondering whether it would be possible to somehow retrieve the distance matrix as an output that your tools creates as a temporary file? Would be great to have for other analyses!
Thanks a lot,
Josephine
The text was updated successfully, but these errors were encountered:
Hi, @jzrapp
I am not affiliated with the authors of CRISPRStudio, but the answer to your question is yes. Are you talking about the distance matrix returned by the table_to_distances(table, pairwise_distance_fn) function on lines 415-422? If so, see what could be done:
From the scikit-biodocs one can see that there is a to_file method of the DistanceMatrix object.
Thus simply edit the abovementioned function from that:
To make this edits i suppose it is easier to do it before installation:
git clone https://github.com/moineaulab/CRISPRStudio.git
cd CRISPRStudio
nano CRISPR_Studio_1.0.py # here edits the lines, you can use any text editor you prefer
./Install.sh
Maybe it's also worth to make this filename as an additional tool parameter for you. If you will be interested, i can comment on that.
Hi @plpla,
I was wondering whether it would be possible to somehow retrieve the distance matrix as an output that your tools creates as a temporary file? Would be great to have for other analyses!
Thanks a lot,
Josephine
The text was updated successfully, but these errors were encountered: