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

MissingInputException when merging with 0.7.2 #69

Closed
danilexn opened this issue Jul 11, 2023 · 2 comments · Fixed by #91
Closed

MissingInputException when merging with 0.7.2 #69

danilexn opened this issue Jul 11, 2023 · 2 comments · Fixed by #91
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@danilexn
Copy link
Member

When I try to merge two samples with spacemake 0.7.2, I first run:

spacemake projects merge_samples \
--merged_project_id <project> --merged_sample_id <sample_merged> \
--project_id_list <project> \
--sample_id_list <sample_a> <sample_b> 

(the IDs were replaced by )

Then, when running spacemake run, it exits upon the following exception:

WorkflowError:
MissingInputException: Missing input files for rule symlinks:
NO_BAM_SYMLINKS_for_projects/<project>/processed_data/<sample_merged>/illumina/complete_data/unaligned_bc_tagged.bam
WorkflowError:
    MissingInputException: Missing input files for rule link_raw_reads:
    none
    MissingInputException: Missing input files for rule demultiplex_data:
@danilexn danilexn added the bug Something isn't working label Jul 11, 2023
@nukappa
Copy link
Member

nukappa commented Jul 17, 2023

I just tested this with 0.7.2 and the following works:

spacemake projects merge_samples \
--merged_project_id <project> \
--merged_sample_id <sample_merged> \
--sample_id_list <sample_a> <sample_b>

The only difference is that I omit project_id_list.

I don't see docs for the merge_samples command rn, but you can use either the project_list_id OR the sample_list_id and it will do what's supposed to.

@nukappa nukappa added documentation Improvements or additions to documentation and removed bug Something isn't working labels Jul 17, 2023
@nukappa nukappa reopened this Jan 16, 2024
@nukappa
Copy link
Member

nukappa commented Jan 16, 2024

I think this was closed prematurely by merging the PR, but should probably be a problem.

@nukappa nukappa added the bug Something isn't working label Jan 16, 2024
@danilexn danilexn self-assigned this Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants