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

Seperate ends #57

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

Seperate ends #57

wants to merge 16 commits into from

Conversation

rroutsong
Copy link
Collaborator

Separate rule hierarchy for paired and single end, incorporating cfCHiP in as another hierarchical import in Snakemake

@skchronicles skchronicles self-requested a review December 11, 2024 20:36
@rroutsong
Copy link
Collaborator Author

Waiting for test data sets to finish running before review, all data stored at /data/OpenOmics/dev/datasets/outputs

@rroutsong rroutsong self-assigned this Dec 11, 2024
@rroutsong
Copy link
Collaborator Author

rroutsong commented Dec 23, 2024

Using the command

tree -I 'logfiles|resources|workflow|bin|config|config.json|failed_jobs_*|job_information_*|*.R*.fastq.gz|*.krona.html.files|*.sh|COMPLETED' $DIRONE > $DIRONE.tree
tree -I 'logfiles|resources|workflow|bin|config|config.json|failed_jobs_*|job_information_*|*.R*.fastq.gz|*.krona.html.files|*.sh|COMPLETED' $DIRTWO > $DIRTWO.tree
diff $DIRONE.tree $DIRTWO.tree

I identified that some insert size files are missing in the wo_blocking and w_blocking toy data sets.

1c1
< wo_blocking
---
> wo_blocking_PREV
237a238,239
> │   ├── 27_IFN0h_1_Sp100_S15.Q5DD.insert_size_histogram.pdf
> │   ├── 27_IFN0h_1_Sp100_S15.Q5DD.insert_size_metrics.txt
242a245,246
> │   ├── 35_IFN24h_1_Sp100_S6.Q5DD.insert_size_histogram.pdf
> │   ├── 35_IFN24h_1_Sp100_S6.Q5DD.insert_size_metrics.txt
247a252,253
> │   ├── 39_IFN0h_2_Sp100_S46.Q5DD.insert_size_histogram.pdf
> │   ├── 39_IFN0h_2_Sp100_S46.Q5DD.insert_size_metrics.txt
252a259,260
> │   ├── 47_IFN24h_2_Sp100_S43.Q5DD.insert_size_histogram.pdf
> │   ├── 47_IFN24h_2_Sp100_S43.Q5DD.insert_size_metrics.txt
417c425
< w_blocking
---
> w_blocking_PREV
245a246,247
> │   ├── 27_IFN0h_1_Sp100_S15.Q5DD.insert_size_histogram.pdf
> │   ├── 27_IFN0h_1_Sp100_S15.Q5DD.insert_size_metrics.txt
250a253,254
> │   ├── 35_IFN24h_1_Sp100_S6.Q5DD.insert_size_histogram.pdf
> │   ├── 35_IFN24h_1_Sp100_S6.Q5DD.insert_size_metrics.txt
255a260,261
> │   ├── 39_IFN0h_2_Sp100_S46.Q5DD.insert_size_histogram.pdf
> │   ├── 39_IFN0h_2_Sp100_S46.Q5DD.insert_size_metrics.txt
260a267,268
> │   ├── 47_IFN24h_2_Sp100_S43.Q5DD.insert_size_histogram.pdf
> │   ├── 47_IFN24h_2_Sp100_S43.Q5DD.insert_size_metrics.txt
425c433

@rroutsong
Copy link
Collaborator Author

tree -I 'logfiles|resources|workflow|bin|config|config.json|failed_jobs_*|job_information_*|*.R*.fastq.gz|*.krona.html.files|*.sh|COMPLETED'

Commit 27709bd fixes insert size metric diff problem

1c1
< w_blocking
---
> w_blocking_PREV

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