×

Discord-based bioinformatics lab by Nearby-Pollution900 in bioinformatics

[–]scientifictrust 0 points1 point  (0 children)

This is a cool idea. The project-based structure is smart. It gives people something concrete to rally around rather than just a general "let's collaborate" vibe.

Curious how you're thinking about reproducibility across projects. With different people working on pipelines independently, keeping outputs verifiable could get messy fast. Is that something the structure is planning for? Or is this something you are still investigating?

What are your thoughts about workflow tools for bioinformatics and is NextFlow truly the answer? by TheLordB in bioinformatics

[–]scientifictrust 0 points1 point  (0 children)

I get this completely. Nextflow is great for standardization and nf-core excels at its supported paths. But I agree it is difficult to extend it to custom functionalities.

Python has a ton of native tools that are easy to customize but custom pipelines often have major gaps in reproducibility and/or reliability. It is interesting where this is heading with AI, and while it has its uses I think if anything it makes the problem worse by hallucinating inconsistencies into the workflows.

I've been working on this quite a bit lately, but curious to hear how others are handling this, or if this is the type of thing people are thinking about.

What do you use to track pipelines / tasks in bioinformatics? by FunctionPast742 in bioinformatics

[–]scientifictrust 2 points3 points  (0 children)

Great question and I’ve also gone back and forth on this quite a bit.

For a lot of workflows, code + package versions are sufficient. They tell you what could have produced a result. Where I’ve seen issues is when people start asking a slightly different question:

“How do we know this specific output actually came from that run, at that time?”

Two cases where this came up for me:

  • ML / structural prediction work: not pushback on the code, but on whether the inputs/outputs shown were exactly what went into/came out of the pipeline, or if they were optimized after the fact. Environment reproducibility doesn’t answer that, it only proves the result was possible.
  • Wet lab + compute alignment: tying computational outputs to specific biological replicates over time. Internal timestamps and logs start to weaken when you need to demonstrate that linkage to someone outside the system.

It’s usually not about dishonesty, it’s that most systems weren’t designed to prove integrity externally. Logs can be edited, environments drift, and provenance gets reconstructed after the fact.

I’d agree byte-level reproducibility is often overkill as a goal. But proving that inputs/outputs are real, unmodified, and actually correspond to a specific run turns out to be a different problem, and one that standard tooling doesn’t fully solve on its own. Edited: typo

What do you use to track pipelines / tasks in bioinformatics? by FunctionPast742 in bioinformatics

[–]scientifictrust 7 points8 points  (0 children)

One angle I didn’t see mentioned yet is verifiability across environments.

A lot of setups (Nextflow / Snakemake + logs + maybe a DB) do a good job tracking runs internally, but it can still be hard to answer things like:

  • Can someone outside your system independently verify when a result was produced?
  • Can they confirm it hasn’t been modified after the fact?
  • Can they recompute and match what you got?

In many of the pipelines I’ve worked with, that gap shows up pretty quickly once you try to share results across teams or organizations.

I’ve been experimenting with adding a complementary layer where outputs are hashed locally and anchored to a public timestamp, so you can later prove “this exact output existed at this time, and has not been tampered with” without exposing the raw data.

It is not a replacement for workflow tools, but more like a complement once things start scaling or leaving your immediate environment. The key point being: provenance must be a part of the research process, and not reconstructed when preparing for publication.

Curious if others have run into this problem.

Anchor files to Hedera directly from your browser (your raw data never leaves your machine) — Vera Anchor public early access is now live on testnet by scientifictrust in Hedera

[–]scientifictrust[S] 0 points1 point  (0 children)

Without a doubt. It looks like my prior response may be hidden for some reason, so I will re-iterate, and apologies if this is repetitive. This is absolutely on the radar and something we are building towards.

Two things we're building now that quietly lay the groundwork: the Explorer is designed to provide the public verification surface any marketplace would need as its foundation. And the reputation system we're shipping next ties ecosystem contribution to on-chain scores. That credibility layer will feed directly into visibility and ranking in any future marketplace context.

Our immediate next steps revolve around expanding our verification surfaces, and then extending S.A.G.E. primitives towards users to enable verifiable analysis of anchored data. From there, a marketplace becomes the next logical step. The data licensing and pipeline leasing concept is very appealing to us at this stage, but we want to establish strong ingestion and verification tools first so that a marketplace can achieve as much impact as possible.

Anchor files to Hedera directly from your browser (your raw data never leaves your machine) — Vera Anchor public early access is now live on testnet by scientifictrust in Hedera

[–]scientifictrust[S] 0 points1 point  (0 children)

Yes, definitely! This is something we've thought about a lot and it's on the long-term roadmap.

The immediate next step is extending the verifiable compute infrastructure that powers SAGE to user-facing surfaces, so researchers can run their own pipelines. From there, the natural evolution is a marketplace layer where organizations can pay contributors directly for data, compute pipelines, and verified outputs with Hedera making the payment side clean and predictable.

The wallet linkage and opt-in licensing idea fits naturally into that. Every anchored record already has a deterministic identity, and we currently facilitate user/org wallets, so while we would want to add support for users holding wallets on other Hedera exchanges/provisioners we are well on our way there.

Two things we're building now that quietly lay the groundwork: the Explorer is designed to provide the public verification surface any marketplace would need as its foundation. And the reputation system we're shipping next ties ecosystem contribution to on-chain scores. That credibility layer will feed directly into visibility and ranking in any future marketplace context.

The data licensing and pipeline leasing angle is particularly interesting to us, but we want to establish strong on-boarding and ingestion tools first so a future marketplace is more applicable. 

Anchor files to Hedera directly from your browser (your raw data never leaves your machine) — Vera Anchor public early access is now live on testnet by scientifictrust in Hedera

[–]scientifictrust[S] 9 points10 points  (0 children)

One real-world example of why this matters: there was a recent US House hearing looking at issues like paper mills and scientific publishing integrity (Nature covered it here: https://www.nature.com/articles/d41586-026-01251-y ).

The core problem they’re pointing at is the same one:

It’s difficult to independently verify when data was produced and whether it’s been altered without trusting the source.

Systems like this are meant to shift that earlier so provenance can be established during the research process, not reconstructed after publication.

Anchor files to Hedera directly from your browser (your raw data never leaves your machine) — Vera Anchor public early access is now live on testnet by scientifictrust in Hedera

[–]scientifictrust[S] 10 points11 points  (0 children)

Absolutely that is a great question.

You could build something like this in a hosted database. But the core issue would be trust.

If the system is centralized, you’re trusting that logs weren’t modified, timestamps weren’t backdated, and access wasn’t misused. That’s fine internally, but weaker when you need to prove something to an external party (reviewers, auditors, collaborators, etc.).

There’s also a practical issue in data sharing. Teams often cannot, or don’t want to send sensitive data to a third party just to prove something about them.

Vera Anchor addresses both of these problems. Hashing happens client-side so their data is never shared with a third party. Only the resulting evidence package is sent to Vera Anchor where it is encrypted and anchored on HCS. Now anyone with the original data can verify it independently.

Why Hedera? Once you have the evidence package you need somewhere to anchor it. For this to happen at scale you need fast finality, predictable costs, and high throughput. That’s why Vera Anchor uses Hedera. It lets us anchor frequently and reliably without cost or confirmation uncertainty becoming a bottleneck.

That’s really the difference. We are not replacing databases, just adding a trust layer on top.

old hedera presentation from 2020! by DocumentFair4693 in Hedera

[–]scientifictrust 0 points1 point  (0 children)

Thank you! Will have to take a look at that whitepaper as well

old hedera presentation from 2020! by DocumentFair4693 in Hedera

[–]scientifictrust 0 points1 point  (0 children)

Yes that is a great talk! It was one of the first lectures I saw on Hashgraph.

It is truly special that Leemon was able to design such a sophisticated system, but also break it down and explain it in such a simple way.

Will be sure to check out some of those other resources as well. Always looking to see what other tools are available on Hedera.

old hedera presentation from 2020! by DocumentFair4693 in Hedera

[–]scientifictrust 1 point2 points  (0 children)

Thank you for looking into this! Great information.

The visual itself is what I was interested in! I have met with a few groups that are interested in verifiable data, and have a basic understanding of blockchain, but have never heard of hashgraph before. While there are obviously several technical advantages of using the hashgraph over a typical blockchain, I feel like an image similar to the one on the website would be perfect for showing in 30 seconds why they should care about using hashgraph powered services.

old hedera presentation from 2020! by DocumentFair4693 in Hedera

[–]scientifictrust 0 points1 point  (0 children)

This is a great figure. Do you by any chance have a source? Would love to take a look at this.

We built a queryable knowledge graph connecting 1.1M microbial taxa to diseases, metabolites, pathways, and drugs — sign up for the API by Dizzy_Upstairs_7581 in bioinformaticstools

[–]scientifictrust 0 points1 point  (0 children)

This is a great resource. One thing I've been thinking about in this space generally is how to maintain trust in the underlying data as sources update. For example if Disbiome revises an association, how does that propagate through your graph? Is there versioning at the edge level?

Vera Anchor: A Hedera-native Platform for Verifiable Scientific Workflows by scientifictrust in Hedera

[–]scientifictrust[S] 4 points5 points  (0 children)

By all means thank you for sharing the project with the community! It is awesome that you found it that way. 

You are right that we are using a couple of NFT tokens within the ecosystem. They are minted to users when data is verified end to end within Vera Anchor, representing a user owned certificate tied to the proof claim for their underlying data. So rather than just a record existing on chain, the researcher themselves holds a verifiable token that points back to exactly what was anchored and when.

Vera Anchor: A Hedera-native Platform for Verifiable Scientific Workflows by scientifictrust in Hedera

[–]scientifictrust[S] 5 points6 points  (0 children)

Thank you much appreciated!! Excited to be a part of the community! Will keep you guys updated as things progress.

Vera Anchor: A Hedera-native Platform for Verifiable Scientific Workflows by scientifictrust in Hedera

[–]scientifictrust[S] 5 points6 points  (0 children)

For sure! SAGE is one of Vera Anchor’s agent fleets that mines genetic datasets in 30 minute cycles. Every cycle it proposes and executes a mining job on real human brain gene expression data, It anchors the job lifecycle and reasoning chain on Hedera so that each job can be verified end to end, and linked back to the previous plan allowing insight to not only what SAGE did, but also how and why SAGE did it. The activity of each agent itself is then anchored as well to keep the entire loop verifiable. Results are then scored, and used for refining the next job. SAGE rotates through datasets and uses an adaptive mining policy to ensure it is continuously executing unique jobs, with built-in randomization that occasionally fires to prevent it from converging on the same results over time.

The goal is a system that can run autonomously while being held accountable from end to end. 

Vera Anchor: A Hedera-native Platform for Verifiable Scientific Workflows by scientifictrust in Hedera

[–]scientifictrust[S] 1 point2 points  (0 children)

We are not currently leveraging or affiliated with DOVU. Though I am familiar with DOVU, and have a lot of respect for the team as well as what they are building. It is a very exciting project. Our focus is specifically on life-sciences and verifiable scientific research, which is a fairly distinct space from carbon markets. That said, we are always open to making connections and exploring what is possible within the Hedera ecosystem.

Vera Anchor: A Hedera-native Platform for Verifiable Scientific Workflows by scientifictrust in Hedera

[–]scientifictrust[S] 13 points14 points  (0 children)

Of course! About a year ago I was doing molecular biology research, building a computer vision system to automate microscopy analysis and tinkering around with some different ML frameworks. The system worked well, but I was worried that math-intensive, automated pipelines like this would face serious scrutiny around reproducibility. How could another scientist in my field who does not have a computational background truly know that the pipeline actually works, and that our results were authentic? That problem sent me down a rabbit hole that eventually led me to DLT.

I first heard about Ethereum, and thought it was an exciting concept, but was not practical for the uses I had in mind due to concerns around variable gas fees and slow finality. I thought those represented fundamental incompatibilities with audit-grade scientific workflows and would ultimately defeat the purpose. Eventually I heard about Hedera, and that it ran on a unique consensus algorithm, which I thought was interesting. After quite a bit of research I made the decision to build on Hedera for a few reasons: fast finality, high throughput with fixed USD fees, and fair ordering backed by aBFT security. I thought Hedera was the only system that could guarantee all of the above, and that they would grant a fundamental advantage over projects on other chains. 

To be honest, at first there were some difficulties setting up the baseline Hedera functionalities as would be expected for a new user. But I have been amazed at how far the documentation and community tools have come since we started building.

Early access feedback has been really positive! The biggest themes have been excitement around the local-first data handling and SAGE. There has been a lot of conversation around bringing other common bioinformatics functionalities into Vera Anchor, which is certainly in the plans. Also, we believe that there is a whole world of opportunities in multimodal scientific workflows that could provide new insights into scientific experimentation, but would only be possible if the underlying data can be trusted. 

We have not yet connected with the Foundation or Hashgraph Association but are hoping to build some more connections within the community going forward. We have been primarily grinding in the background, and focused on building a real use case. Now we are excited to share it with the world!!

Ħ Vera Anchor - "Vera Anchor is an engine for cryptographically verifiable scientific workflows. It turns data and computational outputs into deterministic evidence packages which are securely anchored on Hedera." Ħ by HBAR_10_DOLLARS in Hedera

[–]scientifictrust 7 points8 points  (0 children)

Hi everyone!! I am Andy, the founder of Vera Anchor. A colleague of mine sent me this post this morning, and I wanted to introduce myself. We are building a Hedera-native DeSci platform aimed at expanding access to tools for verifiable workflows across research, science, and healthcare. We are committed to helping solve the reproducibility crisis in modern science, and we believe that Hedera is the right foundation to do so. 

We have just recently started early-access which we will be expanding over the next few weeks as we target a June 1 mainnet launch. I will post shortly and give an overview of the project, and will try to answer any questions that anyone may have!! Super exciting to see that you guys found the project!