Skip to content

Instantly share code, notes, and snippets.

@jhpoelen
Created June 9, 2023 19:05
Show Gist options
  • Save jhpoelen/f5ff337931c1df6ed39fed9d29c182ce to your computer and use it in GitHub Desktop.
Save jhpoelen/f5ff337931c1df6ed39fed9d29c182ce to your computer and use it in GitHub Desktop.
#!/bin/bash
#
#
curl "https://depot.globalbioticinteractions.org/snapshot/target/data/tsv/datasets.tsv"\
| awk '{ print "https://depot.globalbioticinteractions.org/reviews/" $1 "/indexed-interactions.tsv" }'\
| xargs -L1 curl\
| xargs -L1 DiscretePowerLawfitter.sh\
> angel-review-of-globi-datasets.tsv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment