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

Creation of MTBseq lablog_results #270

Merged
merged 5 commits into from
May 31, 2024
Merged

Conversation

jaimeozaez
Copy link
Member

@jaimeozaez jaimeozaez commented May 31, 2024

Creation of a file that automates the creation of symbolic links for the main results files in the results directory.

Closes #232

PR checklist

  • This comment contains a description of changes (with reason).
  • Make sure your code lints (black and flake8).
  • If a new tamplate was added make sure:
    • Template's schema is added in templates/services.json.
    • Template's pipeline's documentation in assets/reports/md/template.md is added.
    • Results Documentation in assets/reports/results/template.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).
  • If you know a new user was added to the SFTP, make sure you added it to templates/sftp_user.json

ln -s ../../../ANALYSIS/*MTBSEQ/03-MTBSeq/stats_all/statistics_all.tab .
ln -s ../../../ANALYSIS/*MTBSEQ/03-MTBSeq/classification_all/strain_classification_all.tab .

find . -xtype l -delete
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't this delete all the links you've just created?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just the broken ones

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line deletes the links from folder "all_samples", that most of times will be empty

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah ok! Perfect :)

@saramonzon saramonzon merged commit af08584 into BU-ISCIII:develop May 31, 2024
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.

None yet

2 participants