Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RoseTTAFold-linux-cu101.yml #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xubeisi
Copy link

@xubeisi xubeisi commented Jul 29, 2021

Issue #13

- biocore::blast-legacy=2.2.26

conda install biocore::blast-legacy=2.2.26
will show
"export BLASTMAT=~/.conda/RoseTTAFoldcu101/share/blast-2.2.26/data/" after install also have the BLOSUM files under the folder.

however

conda install blast-legacy=2.2.26=2
as

- blast-legacy=2.2.26=2

won't because it install the bioconda version bioconda/linux-64::blast-legacy-2.2.26-2

so it's a small difference between RoseTTAFold-linux-cu101.yml and RoseTTAFold-linux.yml

https://github.com/RosettaCommons/RoseTTAFold/blob/d0de739a1ef9193ff1c671a646683ffe5979b56b/RoseTTAFold-linux.yml#L12

`conda install biocore::blast-legacy=2.2.26`
will show 
"export BLASTMAT=~/.conda/RoseTTAFoldcu101/share/blast-2.2.26/data/" after install also have the BLOSUM files under the folder. 

however 

`conda install blast-legacy=2.2.26=2`
as https://github.com/RosettaCommons/RoseTTAFold/blob/d0de739a1ef9193ff1c671a646683ffe5979b56b/RoseTTAFold-linux-cu101.yml#L16 
won't because it install the bioconda version bioconda/linux-64::blast-legacy-2.2.26-2 

so it's a small difference between RoseTTAFold-linux-cu101.yml and RoseTTAFold-linux.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant