34 Matching Annotations
  1. Apr 2024
    1. 003 MG [Mg+2] No

      This would not be possible to validate with Xavier's validation script as the line is incomplete. We have two options here: 1. we don't include any irrelevant ligands in the SMILES file and remove the Relevant column entirely. (And maybe add these to the free text instead, as discussed) 2. Add another value for Task, like keep it as PA in this example, since I assume the magnesium could/may affect the affinity calculation for the complex. To discuss...

  2. Aug 2020
  3. May 2020
    1. Thanks for catching this! The blue-pill-quickstart crate had an update that changed this. I've made an edit and added our Cargo.toml so that the code in the post makes sense. I'll update the whole post to the new version of blue-pill-quickstart soon :)

    2. This code looks useful as a learning resource, but where does "hal" come from? <br>Something is missing!<br>The blue-pill-quickstart repo uses the stm32f1xx-hal crate, but this doesn't have a module: stm32f103xx.<br>Maybe posting you cargo.toml would help

    1. It's me again :)

      I think there is a misspell in

      def switch_channel(self, channel_id): <br> bits = self._channel_to_bits(channel\_id) <br> self._switch_pins_with_bits(bits) <br> self.current_bits = bits

      channel\_id ==> channel_id

      best,

    1. Thanks for catching this! The blue-pill-quickstart crate had an update that changed this. I've made an edit and added our Cargo.toml so that the code in the post makes sense. I'll update the whole post to the new version of blue-pill-quickstart soon :)

    2. This code looks useful as a learning resource, but where does "hal" come from? <br>Something is missing!<br>The blue-pill-quickstart repo uses the stm32f1xx-hal crate, but this doesn't have a module: stm32f103xx.<br>Maybe posting you cargo.toml would help

    1. It's me again :)

      I think there is a misspell in

      def switch_channel(self, channel_id): <br> bits = self._channel_to_bits(channel\_id) <br> self._switch_pins_with_bits(bits) <br> self.current_bits = bits

      channel\_id ==> channel_id

      best,

    1. Thanks for catching this! The blue-pill-quickstart crate had an update that changed this. I've made an edit and added our Cargo.toml so that the code in the post makes sense. I'll update the whole post to the new version of blue-pill-quickstart soon :)

    2. This code looks useful as a learning resource, but where does "hal" come from? <br>Something is missing!<br>The blue-pill-quickstart repo uses the stm32f1xx-hal crate, but this doesn't have a module: stm32f103xx.<br>Maybe posting you cargo.toml would help

    1. It's me again :)

      I think there is a misspell in

      def switch_channel(self, channel_id): <br> bits = self._channel_to_bits(channel\_id) <br> self._switch_pins_with_bits(bits) <br> self.current_bits = bits

      channel\_id ==> channel_id

      best,