You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is no lane information given in the sample.tsv markduplicates will fail with
htsjdk.samtools.SAMFormatException: Error parsing SAM header. Problem
parsing @rg key:value pair.
as readgroup ID is empty.
Would be nice to check TSV before execution or autoset empty lane with sampleID or similar to avoid downstream execution halt, or update documentation that field should not be empty.
The text was updated successfully, but these errors were encountered:
Message from @maxulysse in Slack-thread Sarek-3.0 (https://nfcore.slack.com/archives/C02MDBZAYJK/p1656668331195689): for the uniqueness of lanes and samples.
For a single patient, we can have several times the same sample as long as they have different lanes
And I think a sample should be unique (we should not have the same sample in different patients)
This GitHub-issue seem to consists of two parts (SciLifeLab#626 and SciLifeLab#714). The latter part may already have been fixed. I tried running dev-Sarek with an input csv-like this:
Issue by @maxulysse, moved from SciLifeLab#626
Issue by @nicweb, moved from SciLifeLab#714
The text was updated successfully, but these errors were encountered: