Open deyazoubi opened 4 years ago
add new rule
two issues have to solve
lines https://github.com/sjanssen2/spike/blob/7e939e2f2bb9bffe6ec357524f877d754b3dd170/rules/fastqc/Snakefile#L17 and https://github.com/sjanssen2/spike/blob/7e939e2f2bb9bffe6ec357524f877d754b3dd170/rules/fastqc/Snakefile#L40 Sample_Project must be variable for different project
after solve the point 1, for AG_remke the new rule will not work the reason is https://github.com/sjanssen2/spike/blob/7e939e2f2bb9bffe6ec357524f877d754b3dd170/scripts/parse_samplesheet.py#L559 in this function # "only consider samples that have some spike_entity_role defined" and this not the case for AG_remke one solutions is https://github.com/sjanssen2/spike/blob/9f7e583329e595bf07ad1770b6122e58c950fdc6/scripts/parse_samplesheet.py#L571
please ping me when the tests are passing
add new rule
two issues have to solve
lines https://github.com/sjanssen2/spike/blob/7e939e2f2bb9bffe6ec357524f877d754b3dd170/rules/fastqc/Snakefile#L17 and https://github.com/sjanssen2/spike/blob/7e939e2f2bb9bffe6ec357524f877d754b3dd170/rules/fastqc/Snakefile#L40 Sample_Project must be variable for different project
after solve the point 1, for AG_remke the new rule will not work the reason is https://github.com/sjanssen2/spike/blob/7e939e2f2bb9bffe6ec357524f877d754b3dd170/scripts/parse_samplesheet.py#L559
in this function # "only consider samples that have some spike_entity_role defined" and this not the case for AG_remke one solutions is https://github.com/sjanssen2/spike/blob/9f7e583329e595bf07ad1770b6122e58c950fdc6/scripts/parse_samplesheet.py#L571