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

also md5sum symlinks #49

Merged
merged 1 commit into from
Oct 25, 2023
Merged

also md5sum symlinks #49

merged 1 commit into from
Oct 25, 2023

Conversation

henningonsbring
Copy link
Contributor

Background

We link fastq files into jobs instead of moving them

Problem/Issue

The current md5sum generation won't generate md5sums for symlinks

What have I done

Added a command that supports symlinks for md5sum generation

Check list

I have:

  • Tested with Stub run
  • Tested on our HPC

@henningonsbring
Copy link
Contributor Author

The find command find links:

find . -type l
./fastq/A_control_S1_L001_R1_001.fastq.gz
./fastq/A_control_S1_L001_R2_001.fastq.gz

The command was ran standing in this folder:

tree ../9999_999/
../9999_999/
├── crap
│   ├── hej.txt
│   └── lol.txt
└── fastq
    ├── A_control_S1_L001_R1_001.fastq.gz -> /projects/fs1/stage_shared/demultiplexed/221111_VH00947_17_AACGHWHM5/2022_179/A_control_S1_L001_R1_001.fastq.gz
    └── A_control_S1_L001_R2_001.fastq.gz -> /projects/fs1/stage_shared/demultiplexed/221111_VH00947_17_AACGHWHM5/2022_179/A_control_S1_L001_R2_001.fastq.gz

2 directories, 4 files

@henningonsbring henningonsbring merged commit 0263420 into master Oct 25, 2023
@henningonsbring henningonsbring deleted the md5-links branch October 25, 2023 15:35
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