This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
forked from nextflow-io/nf-schema
-
Notifications
You must be signed in to change notification settings - Fork 19
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 #113 from nvnieuwk/improve-samplesheet-typecasting
Improve samplesheet typecasting
- Loading branch information
Showing
6 changed files
with
54 additions
and
26 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
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,5 +1,5 @@ | ||
field_1,field_2,field_3,field_4,field_5,field_6,field_7,field_8,field_9,field_10,field_11 | ||
fullField,10,true,string1,25,false,src/testResources/test.txt,src/testResources/testDir,src/testResources/test.txt,unique1,1 | ||
,,,string1,25,false,,,,,, | ||
fullField,10,true,string1,25.12,false,src/testResources/test.txt,src/testResources/testDir,src/testResources/test.txt,unique1,1 | ||
,,,string1,25.08,false,,,,,, | ||
dependentRequired,10,true,string1,25,false,,,,unique2,1 | ||
extraField,10,true,string1,25,false,src/testResources/test.txt,src/testResources/testDir,src/testResources/testDir,unique3,1 |
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,5 +1,5 @@ | ||
field_1 field_2 field_3 field_4 field_5 field_6 field_7 field_8 field_9 field_10 field_11 | ||
fullField 10 true string1 25 false src/testResources/test.txt src/testResources/testDir src/testResources/test.txt unique1 1 | ||
string1 25 false | ||
fullField 10 true string1 25.12 false src/testResources/test.txt src/testResources/testDir src/testResources/test.txt unique1 1 | ||
string1 25.08 false | ||
dependentRequired 10 true string1 25 false unique2 1 | ||
extraField 10 true string1 25 false src/testResources/test.txt src/testResources/testDir src/testResources/testDir unique3 1 |
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