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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Best way to set this up is to install opam (the ocaml package manager)
For the current (2024-06-23) version of googledrive ocaml fuse (0.7.32), you can't use the latest version of opam because it uses old packages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bash and python script to use ImageMagick to convert non-pyramidal images to tiff pyramid images and add openslide compatible metadata
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Python script to spoof metadata to converted tiff files
This script adds necessary metadata to images converted from tif/jpg/png and are not compatible with openslide format. Using the tifftools library, we can spoof the metadata to make it compatible with openslide or other image processing libraries. This script is created using the guide from http://www.andrewjanowczyk.com/converting-an-existing-image-into-an-openslide-compatible-format/
This script requires the following packages:
- argparse
- tifftools
You need to specify the power and microns per pixel for all images, run them separately if you have different specifications for different images.
Our school uses the L2TP/IPsec with PSK protocol, and I've read plenty of stackexchage and forum posts regarding issues with setting up L2TP/IPsec on a Linux system. After many trials and errors I managed to set it up, and helped friends and colleagues who use Linux as their PC. I haven't shared or replied to any threads about the solution I found, primarily because I don't really know why the other methods didn't work and why this setting in particular works 🤷 So here we go.
I am going to set this up with the GUI Networkmanger, which should be installed on your MANJARO distro by default, if not, run
sudo pacman -S NetworkManager
Next, open up your Networkmanager by Systems Settings > Network - Connections
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# function to retreive KEGG pathway names from KEGGREST. For some strange reasons, they won't take a list of queries even though the query size was set at 100. However, when I execute the query one path at a time, I would get an error message saying "Forbidden (HTTP 403)", hence the sys.sleep break. I am guess querying more than 100 within a short period of time would not be allowed too. I'm expecting a KEGGgraph input of graphs with path ID that are like "X00010", but feel free to remove the gsub function if you have already formatted your pathID into the "map00010" form.
Strategies to deal with technical replicates in TCGA
Potential issue
There are many instances where more than one aliquot is provided by TCGAbiolinks datasets, but you will only need one of those. In this case, GDC has offered a standard set of Replicate Sample rules to select the most 'scientifically advantageous' aliquot for study.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters