Skip to content

Instantly share code, notes, and snippets.

Avatar

Stian Soiland-Reyes stain

View GitHub Profile
View ro-crate-metadata.json
{
"@context": "https://w3id.org/ro/crate/1.1/context",
"@graph": [
{
"@type": "CreativeWork",
"@id": "ro-crate-metadata.json",
"conformsTo": {"@id": "https://w3id.org/ro/crate/1.1"},
"about": {"@id": "https://disprot.org/#2021-08"}
},
{
View docs-to-markdown-test.md

>>>>> gd2md-html alert: ERRORs: 1; WARNINGs: 1; ALERTS: 13.

  • See top comment block for details on ERRORs and WARNINGs.
  • In the converted Markdown or HTML, search for inline alerts that start with >>>>> gd2md-html alert: for specific instances that need correction.
View ro-crate-preview.html
<!DOCTYPE html>
<html>
<head>
<title>Protein MD Setup HPC tutorial using BioExcel Building Blocks (biobb) in PyCOMPSs</title>
<script type="application/ld+json">{
"@context": "https://w3id.org/ro/crate/1.1/context",
"@graph": [
{
"@id": "ro-crate-metadata.json",
"@type": "CreativeWork",
View foo.jsonld
{
"@context": "http://schema.org/",
"@graph": [
{
"id": "_:b0",
"type": "FormalParameter",
"name": "BDD_Kakila_v2_20210221_taxon.tsv"
},
{
"id": "_:b1",
View ro-crate-metadata.json
{
"@context": "https://w3id.org/ro/crate/1.0/context",
"@graph": [
{
"@id": "ro-crate-metadata.json",
"@type": "CreativeWork",
"conformsTo": {
"@id": "https://w3id.org/ro/crate/1.1"
},
"about": {
View ro-crate-metadata.json
{
"@context": "https://w3id.org/ro/crate/1.1/context",
"@graph": [
{
"@id": "ro-crate-metadata.json",
"@type": "CreativeWork",
"about": {
"@id": "./"
},
"conformsTo": {
View ro-crate-preview.html
<html>
<head>
<script type="application/ld+json">
{
"@context": "https://w3id.org/ro/crate/1.1/context",
"@graph": [
@stain
stain / Dataset.yaml
Last active October 8, 2020 02:32
example output from bioschemas/ProfileGenerator
View Dataset.yaml
Overwrite Dataset-0.1-DRAFT.html (Y/n): ---
name: Dataset
official_type: Dataset
type_base_url: https://schema.org/
description: "A body of structured information describing some topic(s) of interest."
version: '0.1'
version_date: 20201008T023206
status: DRAFT
spec_type: Profile
group: Dataset
View nfsmount.conf
[ NFSMount_Global_Options ]
Proto=tcp6
Retrans=4
Timeo=600
Soft=True
Sec=krb5p:krb5i
Nfsvers=4
View gist:2dc796a0fa7ff0b1a80b3f998b47e07f
root@zfsfun:~# zpool create tank sdb
root@zfsfun:~# zfs create tank/test
root@zfsfun:~# cd /tank/test/
root@zfsfun:/tank/test# for n in 1 2 3 4 5 6 7 8 9 ; do cp -a /boot $n & done
root@zfsfun:/tank/test# zpool status tank
pool: tank
state: ONLINE