Skip to content

Commit 7c9e862

Browse files
committed
v0.40 release
1 parent f7a9873 commit 7c9e862

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/usadellab/trimmomatic/trim/IlluminaClippingTrimmer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public static IlluminaClippingTrimmer makeIlluminaClippingTrimmer(Logger logger,
4949
String fastaPath = arg[0];
5050
File fastaFile = null;
5151

52-
// An absolute path provided by the user should always take precedence.
5352
File potentialFile = new File(fastaPath);
5453
if (potentialFile.isAbsolute()) {
5554
if (potentialFile.exists()) {

0 commit comments

Comments
 (0)