-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from RIVM-bioinformatics/fix_localrule
Fix localrule
- Loading branch information
Showing
6 changed files
with
18 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
CHROM POS TYPE REF ALT DP AF type locus_tag mutation_name ref_aa alt_aa genetic_element | ||
NC_000913.3 100 SNP A T 100 1.0 missense b0001 10E>10K 10E 10K gene A | ||
NC_000913.3 200 SNP A T 100 1.0 synonymous b0001 20S 20S gene A | ||
NC_000913.3 100 SNP A T 100 1 missense b0001 10E>10K 10E 10K gene A | ||
NC_000913.3 200 SNP A T 100 1 synonymous b0001 20S 20S gene A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
CHROM POS TYPE REF ALT DP AF type locus_tag mutation_name ref_aa alt_aa genetic_element impact | ||
NC_000913.3 100 SNP A T 100 1.0 missense b0001 10E>10K 10E 10K gene A resistance | ||
NC_000913.3 200 SNP A T 100 1.0 synonymous b0001 20S 20S gene A | ||
NC_000913.3 100 SNP A T 100 1 missense b0001 10E>10K 10E 10K gene A resistance | ||
NC_000913.3 200 SNP A T 100 1 synonymous b0001 20S 20S gene A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters