Tatyana Mozgacheva

Results 28 comments of Tatyana Mozgacheva

Another solution: ``` cd / sudo find ./ | grep libstage.so ./home/tatyana/stg/lib/libstage.so ./home/tatyana/stg/lib/libstage.so.4.3.0 ./home/tatyana/stage4/libstage/libstage.so ./home/tatyana/stage4/libstage/libstage.so.4.3.0 LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/tatyana/stg/lib/:/home/tatyana/stage4/libstage/ export LD_LIBRARY_PATH $HOME/stg/bin/stage $HOME/stage4/Stage/worlds/simple.world ```

@sjackman what is exact issue arises? Why do we need to migrate it? When a server crashes? Do we need that for HackSeq?

@sjackman Found the interesting feature of Docker: https://medium.com/@tigranbs/container-is-live-ok-lets-move-it-1022abcb6250 We can try above method if the migration of the container is issue. =)

@sjackman, ``` `docker export` does not export the contents of volumes associated with the container. In order to move a container with its associated data volume you can use `Flocker...

List all formulae in homebrew-science tap: ``` TAP=homebrew/homebrew-science TAP_PREFIX=$(brew --prefix)/Library/Taps ls $TAP_PREFIX/$TAP/Formula/*.rb 2>/dev/null || ls $TAP_PREFIX/$TAP/*.rb 2>/dev/null | xargs -I{} basename {} .rb ``` URL from the 'head' field in...

[homebrew_science_stat.txt](https://github.com/bcgsc/orca/files/1377064/homebrew_science_stat.txt) Change the extension txt to tsv

@sjackman I will post it here, because it is not related ORCA project. ``` # Date: 22/09/2017 # Author: Tatyana Mozgacheva [email protected] # Description: This script generates a table of:...

You are right. My code doesn't deal with such cases. Only with `url` that has `.git` in the `url`. I didn't expect the downloading github link. ``` url "https://github.com/samtools/samtools/releases/download/1.5/samtools-1.5.tar.bz2" ```...

@sjackman if you are planing to play with `Singularity`, the above major issue that we faced.